1
0
Fork 0

For #7282 - Add more visibility to Turn On Sync card (#7284)

* Change background of card to make elevation more visible
* Change icon white fill to become transparent
master
Josh Vocal 2020-01-08 10:26:48 -05:00 committed by Gabriel
parent 9c28cb632c
commit 31da69a311
2 changed files with 2 additions and 3 deletions

View File

@ -87,8 +87,7 @@
android:fillColor="#FBFBFE"/>
</group>
<path
android:pathData="M36,36m-24.5,0a24.5,24.5 0,1 1,49 0a24.5,24.5 0,1 1,-49 0"
android:fillColor="#FBFBFE"/>
android:pathData="M36,36m-24.5,0a24.5,24.5 0,1 1,49 0a24.5,24.5 0,1 1,-49 0"/>
<path
android:pathData="M36,7.2C20.1,7.2 7.2,20.1 7.2,36c0,15.9 12.9,28.8 28.8,28.8c15.9,0 28.8,-12.9 28.8,-28.8C64.8,20.1 51.9,7.2 36,7.2zM36,15.4c6.8,0 12.3,5.5 12.3,12.3c0,6.8 -5.5,12.3 -12.3,12.3c-6.8,0 -12.3,-5.5 -12.3,-12.3C23.7,21 29.2,15.4 36,15.4zM52.9,47.5c-3.7,5.4 -9.9,9 -16.9,9s-13.2,-3.6 -16.9,-9c-1.1,-1.6 -1,-3.6 0.3,-5.1c4.3,-5 10.4,1.7 16.6,1.7c6.3,0 12.3,-6.8 16.6,-1.7C53.9,43.9 54,46 52.9,47.5z">
<aapt:attr name="android:fillColor">

View File

@ -12,7 +12,7 @@
</item>
<item>
<shape>
<solid android:color="?foundation" />
<solid android:color="?above" />
<corners android:radius="8dp" />
</shape>
</item>