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

Commit 7350cc37 authored by Menghan Li's avatar Menghan Li Committed by Android (Google) Code Review
Browse files

Merge "Apply dynamic color for accessibility quick settings tooltips"

parents d1d76705 68587a21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    <item android:top="8dp">
        <shape
            android:shape="rectangle">
            <solid android:color="#BCEDDF"/>
            <solid android:color="@*android:color/accent_primary_device_default"/>
            <corners android:radius="28dp" />
            <padding android:top="8dp" />
        </shape>
@@ -32,7 +32,7 @@
        android:top="-6dp">
        <rotate android:fromDegrees="45">
            <shape android:shape="rectangle">
            <solid android:color="#BCEDDF"/>
            <solid android:color="@*android:color/accent_primary_device_default"/>
            </shape>
        </rotate>
    </item>