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

Commit 2022681c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change padding of widget recommendation table for correct size" into tm-qpr-dev

parents 86dc1edb 3559740e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
        android:layout_height="wrap_content"
        android:layout_below="@id/collapse_handle"
        android:paddingBottom="16dp"
        android:paddingHorizontal="@dimen/widget_list_horizontal_margin"
        android:orientation="vertical">

        <TextView
@@ -40,7 +41,6 @@
            android:textSize="24sp"
            android:layout_marginTop="24dp"
            android:textColor="?android:attr/textColorSecondary"
            android:paddingHorizontal="@dimen/widget_list_horizontal_margin"
            android:text="@string/widget_button_text"/>

        <FrameLayout
@@ -49,7 +49,6 @@
            android:layout_height="wrap_content"
            android:elevation="0.1dp"
            android:background="?android:attr/colorBackground"
            android:paddingHorizontal="@dimen/widget_list_horizontal_margin"
            android:paddingBottom="8dp"
            android:clipToPadding="false"
            launcher:layout_sticky="true" >
@@ -63,7 +62,6 @@
            android:layout_marginTop="8dp"
            android:background="@drawable/widgets_recommendation_background"
            android:paddingVertical="@dimen/recommended_widgets_table_vertical_padding"
            android:paddingHorizontal="@dimen/widget_list_horizontal_margin"
            android:visibility="gone" />
    </com.android.launcher3.views.StickyHeaderLayout>