Merge "Change padding of widget recommendation table for correct size" into tm-qpr-dev am: 2022681cc2
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/20114323 Change-Id: I359b4965903907a00fb3980c30687088965115aa Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user