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

Commit b1870c9a authored by Stefan Maftei's avatar Stefan Maftei Committed by Edgar Wang
Browse files

[Expressive design] Remove extra padding from Settings Homepage



Bug: 419675235
Test: atest SettingsHomepageActivityTest, and visual
Flag: EXEMPT resource update

Change-Id: I3f8f97e96056ae8919ecf197e64ed637d3c551f7
Signed-off-by: default avatarStefan Maftei <smaftei@google.com>
parent 6f49ad73
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@
            android:id="@+id/homepage_container"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_marginTop="-8dp"
            android:orientation="vertical">

            <FrameLayout
@@ -70,7 +71,7 @@
            android:layout_height="wrap_content"
            android:orientation="horizontal"
            android:paddingTop="@dimen/search_bar_container_top_padding"
            android:paddingBottom="16dp"
            android:paddingBottom="@dimen/settingslib_expressive_space_extrasmall4"
            android:paddingStart="?android:attr/listPreferredItemPaddingStart"
            android:paddingEnd="?android:attr/listPreferredItemPaddingEnd">

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    android:id="@+id/suggestion_card"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_marginBottom="16dp"
    android:layout_marginTop="@dimen/settingslib_expressive_space_small1"
    style="@style/SuggestionCardStyle">

    <LinearLayout