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

Commit 7b7130db authored by Sihua Ma's avatar Sihua Ma Committed by Android (Google) Code Review
Browse files

Merge "Rename the widget suggestion background drawable for outside usage" into tm-qpr-dev

parents b57479c1 13376cf2
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>