Apply dynamic color for accessibility quick settings tooltips
Bug: 210353709 Test: Manual test by different theme color Change-Id: If4e9456ea04b44a80c7e9b2bc52aeae770bd8381
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
<item android:top="8dp">
|
<item android:top="8dp">
|
||||||
<shape
|
<shape
|
||||||
android:shape="rectangle">
|
android:shape="rectangle">
|
||||||
<solid android:color="#BCEDDF"/>
|
<solid android:color="@*android:color/accent_primary_device_default"/>
|
||||||
<corners android:radius="28dp" />
|
<corners android:radius="28dp" />
|
||||||
<padding android:top="8dp" />
|
<padding android:top="8dp" />
|
||||||
</shape>
|
</shape>
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
android:top="-6dp">
|
android:top="-6dp">
|
||||||
<rotate android:fromDegrees="45">
|
<rotate android:fromDegrees="45">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="#BCEDDF"/>
|
<solid android:color="@*android:color/accent_primary_device_default"/>
|
||||||
</shape>
|
</shape>
|
||||||
</rotate>
|
</rotate>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user