Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f2f9ca8 authored by Fan Wu's avatar Fan Wu
Browse files

[BC-25] Update CollapsingToolbar left margin.

The icon image already contains left spacing which is 16dp, so adding the additional 8dp on the left.

HSV: https://hsv.googleplex.com/5174446888321024

Bug: 393248917
Test: manual
Flag: com.android.settings.flags.settings_expressive_design_enabled
Change-Id: I7749c1c850ee11b0a796df60a1b8e9aa6dcabf12
parent 9848646d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
                android:id="@+id/action_bar"
                android:layout_width="match_parent"
                android:layout_height="?attr/actionBarSize"
                android:layout_marginStart="@dimen/settingslib_expressive_space_extrasmall4"
                android:theme="?android:attr/actionBarTheme"
                android:transitionName="shared_element_view"
                app:layout_collapseMode="pin"/>