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">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user