Update cloud_off icon color to match with the theme color.
Test: atest CtsSettingsTestCases
Bug: 382359013
Flag: com.android.settings.flags.enable_contacts_default_account_in_settings
Change-Id: I9d0e7d70798b230dada5711b392c76bbf94a07f4
diff --git a/res/drawable/cloud_off.xml b/res/drawable/cloud_off.xml
index cef728f..7e7b2f7 100644
--- a/res/drawable/cloud_off.xml
+++ b/res/drawable/cloud_off.xml
@@ -14,11 +14,12 @@
~ limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="24.0dp"
- android:height="24.0dp"
- android:viewportWidth="24.0"
- android:viewportHeight="24.0">
+ android:width="48dp"
+ android:height="48dp"
+ android:viewportWidth="48"
+ android:viewportHeight="48"
+ android:tint="?android:attr/colorControlNormal">
<path
- android:pathData="M19.400000,10.000000c-0.700000,-3.400000 -3.700000,-6.000000 -7.400000,-6.000000c-1.500000,0.000000 -2.900000,0.400000 -4.000000,1.200000l1.500000,1.500000C10.200000,6.200000 11.100000,6.000000 12.000000,6.000000c3.000000,0.000000 5.500000,2.500000 5.500000,5.500000L17.500000,12.000000L19.000000,12.000000c1.700000,0.000000 3.000000,1.300000 3.000000,3.000000c0.000000,1.100000 -0.600000,2.100000 -1.600000,2.600000l1.500000,1.500000c1.300000,-0.900000 2.100000,-2.400000 2.100000,-4.100000C24.000000,12.400000 21.900000,10.200000 19.400000,10.000000zM3.000000,5.300000L5.800000,8.000000C2.600000,8.200000 0.000000,10.800000 0.000000,14.000000c0.000000,3.300000 2.700000,6.000000 6.000000,6.000000l11.700000,0.000000l2.000000,2.000000l1.300000,-1.300000L4.300000,4.000000L3.000000,5.300000zM7.700000,10.000000l8.000000,8.000000L6.000000,18.000000c-2.200000,0.000000 -4.000000,-1.800000 -4.000000,-4.000000c0.000000,-2.200000 1.800000,-4.000000 4.000000,-4.000000L7.700000,10.000000z"
- android:fillColor="#000000"/>
+ android:fillColor="@android:color/white"
+ android:pathData="M40.9,45.2 L35.15,39.45H12.4Q8,39.45 5,36.5Q2,33.55 2,29.15Q2,25.15 4.525,22.45Q7.05,19.75 10.85,19.15Q10.95,18.45 11.175,17.575Q11.4,16.7 11.8,16L3.5,7.7L5.6,5.6L43.05,43.05ZM12.4,36.45H32.25L14.25,18.45Q13.7,19.2 13.525,20.15Q13.35,21.1 13.35,22H12.4Q9.3,22 7.15,23.975Q5,25.95 5,29Q5,32.1 7.15,34.275Q9.3,36.45 12.4,36.45ZM23.2,27.4Q23.2,27.4 23.2,27.4Q23.2,27.4 23.2,27.4Q23.2,27.4 23.2,27.4Q23.2,27.4 23.2,27.4Q23.2,27.4 23.2,27.4Q23.2,27.4 23.2,27.4ZM42.7,37.9 L40.35,35.55Q41.6,34.7 42.3,33.65Q43,32.6 43,31.15Q43,29 41.45,27.475Q39.9,25.95 37.75,25.95H34.4V21.9Q34.4,17.5 31.35,14.525Q28.3,11.55 23.9,11.55Q22.5,11.55 20.875,12Q19.25,12.45 17.9,13.45L15.8,11.35Q17.6,9.9 19.675,9.225Q21.75,8.55 23.9,8.55Q29.45,8.55 33.425,12.5Q37.4,16.45 37.4,22V23.05Q41,23 43.5,25.3Q46,27.6 46,31.15Q46,32.9 45.175,34.825Q44.35,36.75 42.7,37.9ZM29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Q29.15,24.5 29.15,24.5Z"/>
</vector>