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

Commit 68587a21 authored by menghanli's avatar menghanli
Browse files

Apply dynamic color for accessibility quick settings tooltips

Bug: 210353709
Test: Manual test by different theme color
Change-Id: If4e9456ea04b44a80c7e9b2bc52aeae770bd8381
parent 35de64a6
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>