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

Commit 14b339ae authored by Edgar Wang's avatar Edgar Wang Committed by Android (Google) Code Review
Browse files

Merge "[Expressive design] Remove extra padding from Settings Homepage" into main

parents 4804c26c b1870c9a
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