diff options
| author | 2016-12-05 12:36:48 -0800 | |
|---|---|---|
| committer | 2016-12-05 12:36:48 -0800 | |
| commit | 39c4a95328d924f0995fe656bdaec66d01deca13 (patch) | |
| tree | 40dee911232580b679a697365decd922402edabd | |
| parent | df68c9119ca11f25fb839403c41d7d6b2932beeb (diff) | |
Add tint for data saver icon
Bug: 32592245
Test: Manual
Change-Id: I448cc19763cfcc51c5c619f7937e97734c92f581
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_data_saver.xml | 3 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_data_saver_off.xml | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/packages/SystemUI/res/drawable/ic_data_saver.xml b/packages/SystemUI/res/drawable/ic_data_saver.xml index 73567723e3fa..9c3bd3a7f374 100644 --- a/packages/SystemUI/res/drawable/ic_data_saver.xml +++ b/packages/SystemUI/res/drawable/ic_data_saver.xml @@ -17,7 +17,8 @@ android:width="24.0dp" android:height="24.0dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + android:tint="?android:attr/colorControlNormal"> <path android:fillColor="#FFFFFFFF" android:pathData="M12.0,19.0c-3.9,0.0 -7.0,-3.1 -7.0,-7.0c0.0,-3.5 2.6,-6.4 6.0,-6.9L11.0,2.0C5.9,2.5 2.0,6.8 2.0,12.0c0.0,5.5 4.5,10.0 10.0,10.0c3.3,0.0 6.2,-1.6 8.1,-4.1l-2.6,-1.5C16.2,18.0 14.2,19.0 12.0,19.0z"/> diff --git a/packages/SystemUI/res/drawable/ic_data_saver_off.xml b/packages/SystemUI/res/drawable/ic_data_saver_off.xml index fd9701eded9c..918c61c3fc39 100644 --- a/packages/SystemUI/res/drawable/ic_data_saver_off.xml +++ b/packages/SystemUI/res/drawable/ic_data_saver_off.xml @@ -18,11 +18,11 @@ android:height="24.0dp" android:viewportWidth="24.0" android:viewportHeight="24.0" - android:tint="#4DFFFFFF"> + android:tint="?android:attr/colorControlNormal"> <path - android:fillColor="#FFFFFFFF" + android:fillColor="#4DFFFFFF" android:pathData="M12.0,19.0c-3.9,0.0 -7.0,-3.1 -7.0,-7.0c0.0,-3.5 2.6,-6.4 6.0,-6.9L11.0,2.0C5.9,2.5 2.0,6.8 2.0,12.0c0.0,5.5 4.5,10.0 10.0,10.0c3.3,0.0 6.2,-1.6 8.1,-4.1l-2.6,-1.5C16.2,18.0 14.2,19.0 12.0,19.0z"/> <path - android:fillColor="#FFFFFFFF" + android:fillColor="#4DFFFFFF" android:pathData="M13.0,2.0l0.0,3.0c3.4,0.5 6.0,3.4 6.0,6.9c0.0,0.9 -0.2,1.8 -0.5,2.5l2.6,1.5c0.6,-1.2 0.9,-2.6 0.9,-4.1C22.0,6.8 18.0,2.6 13.0,2.0z"/> </vector> |