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

Commit 042249ff authored by Alina Zaidi's avatar Alina Zaidi
Browse files

Update colors in pin widget dialog, to be similar to widget bottom sheet.

Bug: 187374499
Test: Visually tested. Also tested using accessibility scanner.
Change-Id: I3be84dc394d312d03b97fe66b7e8214c4d8bef71
parent 45e72a1e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    android:shape="rectangle" >
    <solid android:color="?android:attr/colorBackground" />
    <solid android:color="@color/widgets_picker_surface" />
    <corners
    <corners
        android:topLeftRadius="?android:attr/dialogCornerRadius"
        android:topLeftRadius="?android:attr/dialogCornerRadius"
        android:topRightRadius="?android:attr/dialogCornerRadius" />
        android:topRightRadius="?android:attr/dialogCornerRadius" />
+3 −0
Original line number Original line Diff line number Diff line
@@ -21,6 +21,7 @@
    android:layout_width="match_parent"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_height="match_parent"
    android:padding="24dp"
    android:padding="24dp"
    android:theme="?attr/widgetsTheme"
    android:orientation="vertical">
    android:orientation="vertical">


    <TextView
    <TextView
@@ -43,6 +44,8 @@
        android:paddingVertical="8dp"
        android:paddingVertical="8dp"
        android:text="@string/add_item_request_drag_hint"
        android:text="@string/add_item_request_drag_hint"
        android:textSize="14sp"
        android:textSize="14sp"
        android:textColor="?android:attr/textColorSecondary"
        android:alpha="0.7"
        android:importantForAccessibility="no"/>
        android:importantForAccessibility="no"/>


    <include layout="@layout/widget_cell"
    <include layout="@layout/widget_cell"