diff options
| author | 2016-12-12 17:17:57 -0800 | |
|---|---|---|
| committer | 2016-12-12 17:17:57 -0800 | |
| commit | cbc1ab862aa5de0fed5e4566cf136ccfa05c03ee (patch) | |
| tree | 588eb8d0375eb78029a24610254ccafeb490c3ac | |
| parent | 3be8766edc965130413e92a414518e94b030e20a (diff) | |
Add tint for edit and setting icon
Bug: 32592245
Test: Manual
Change-Id: Ibed4eca205afce44d50440f56b77edadf9a47505
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_mode_edit.xml | 3 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/ic_settings_20dp.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/SystemUI/res/drawable/ic_mode_edit.xml b/packages/SystemUI/res/drawable/ic_mode_edit.xml index 8a7368632b06..f32da595aef8 100644 --- a/packages/SystemUI/res/drawable/ic_mode_edit.xml +++ b/packages/SystemUI/res/drawable/ic_mode_edit.xml @@ -17,7 +17,8 @@ android:width="20.0dp" android:height="20.0dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + android:tint="?android:attr/colorControlNormal"> <path android:fillColor="#FFFFFF" android:pathData="M3.0,17.25L3.0,21.0l3.75,0.0L17.81,9.94l-3.75,-3.75L3.0,17.25zM20.71,7.04c0.39,-0.3 0.39,-1.02 0.0,-1.41l-2.34,-2.34c-0.39,-0.39 -1.02,-0.39 -1.41,0.0l-1.83,1.83 3.75,3.75 1.83,-1.83z"/> diff --git a/packages/SystemUI/res/drawable/ic_settings_20dp.xml b/packages/SystemUI/res/drawable/ic_settings_20dp.xml index 3170f86811ed..45ee94f55e8a 100644 --- a/packages/SystemUI/res/drawable/ic_settings_20dp.xml +++ b/packages/SystemUI/res/drawable/ic_settings_20dp.xml @@ -17,7 +17,8 @@ android:width="20dp" android:height="20dp" android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportHeight="24.0" + android:tint="?android:attr/colorControlNormal"> <path android:pathData="M19.4,13.0c0.0,-0.3 0.1,-0.6 0.1,-1.0s0.0,-0.7 -0.1,-1.0l2.1,-1.7c0.2,-0.2 0.2,-0.4 0.1,-0.6l-2.0,-3.5C19.5,5.1 19.3,5.0 19.0,5.1l-2.5,1.0c-0.5,-0.4 -1.1,-0.7 -1.7,-1.0l-0.4,-2.6C14.5,2.2 14.2,2.0 14.0,2.0l-4.0,0.0C9.8,2.0 9.5,2.2 9.5,2.4L9.1,5.1C8.5,5.3 8.0,5.7 7.4,6.1L5.0,5.1C4.7,5.0 4.5,5.1 4.3,5.3l-2.0,3.5C2.2,8.9 2.3,9.2 2.5,9.4L4.6,11.0c0.0,0.3 -0.1,0.6 -0.1,1.0s0.0,0.7 0.1,1.0l-2.1,1.7c-0.2,0.2 -0.2,0.4 -0.1,0.6l2.0,3.5C4.5,18.9 4.7,19.0 5.0,18.9l2.5,-1.0c0.5,0.4 1.1,0.7 1.7,1.0l0.4,2.6c0.0,0.2 0.2,0.4 0.5,0.4l4.0,0.0c0.2,0.0 0.5,-0.2 0.5,-0.4l0.4,-2.6c0.6,-0.3 1.2,-0.6 1.7,-1.0l2.5,1.0c0.2,0.1 0.5,0.0 0.6,-0.2l2.0,-3.5c0.1,-0.2 0.1,-0.5 -0.1,-0.6L19.4,13.0zM12.0,15.5c-1.9,0.0 -3.5,-1.6 -3.5,-3.5s1.6,-3.5 3.5,-3.5s3.5,1.6 3.5,3.5S13.9,15.5 12.0,15.5z" android:fillColor="#ffffffff" /> |