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

Commit 13376cf2 authored by Sihua Ma's avatar Sihua Ma
Browse files

Rename the widget suggestion background drawable for outside usage

Bug: 237343464
Test: N/A
Change-Id: If380684dd28312af4897de301e592224b64f920d
parent 7e1144ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />
+1 −1
Original line number Diff line number Diff line
@@ -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>