Rename the widget suggestion background drawable for outside usage

Bug: 237343464
Test: N/A
Change-Id: If380684dd28312af4897de301e592224b64f920d
This commit is contained in:
Sihua Ma
2023-02-02 13:41:44 -08:00
parent 7e1144ee99
commit 13376cf2aa
3 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:background="@drawable/widgets_recommendation_background"
android:background="@drawable/widgets_surface_background"
android:paddingVertical="@dimen/recommended_widgets_table_vertical_padding"
android:layout_marginHorizontal="@dimen/widget_list_horizontal_margin"
android:visibility="gone" />

View File

@@ -60,7 +60,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:background="@drawable/widgets_recommendation_background"
android:background="@drawable/widgets_surface_background"
android:paddingVertical="@dimen/recommended_widgets_table_vertical_padding"
android:visibility="gone" />
</com.android.launcher3.views.StickyHeaderLayout>