Merge "Update colors in pin widget dialog, to be similar to widget bottom sheet." into sc-dev am: 01d1cb9273 am: 54ea4b7072

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14491688

Change-Id: I73cc11e915f2998b6bceefc5600c80c2068b848c
This commit is contained in:
TreeHugger Robot
2021-05-12 15:33:02 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="?android:attr/colorBackground" />
<solid android:color="@color/widgets_picker_surface" />
<corners
android:topLeftRadius="?android:attr/dialogCornerRadius"
android:topRightRadius="?android:attr/dialogCornerRadius" />

View File

@@ -21,6 +21,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="24dp"
android:theme="?attr/widgetsTheme"
android:orientation="vertical">
<TextView
@@ -43,6 +44,8 @@
android:paddingVertical="8dp"
android:text="@string/add_item_request_drag_hint"
android:textSize="14sp"
android:textColor="?android:attr/textColorSecondary"
android:alpha="0.7"
android:importantForAccessibility="no"/>
<include layout="@layout/widget_cell"