Fix some attributes in themable icons

* Added auto-mirrored for ic_arrow_back
* Fixed color for ic_brightness_thumb

Fixes: 132227230
Bug: 132997623
Test: visual
Change-Id: I0f0f61739d9dd93021ec371a8a8af6e28ab894e3
This commit is contained in:
Fabian Kozynski
2019-05-21 09:25:58 -04:00
parent 738c98232c
commit 762f064edf
2 changed files with 2 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:autoMirrored="true"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"

View File

@@ -21,7 +21,7 @@ Copyright (C) 2017 The Android Open Source Project
<path
android:pathData="M18,14.48V18h-3.52L12,20.48L9.52,18H6v-3.52L3.52,12L6,9.52V6h3.52L12,3.52L14.48,6H18v3.52L20.48,12L18,14.48z"
android:fillColor="?android:attr/colorPrimary" />
android:fillColor="?android:attr/colorBackgroundFloating" />
<path
android:pathData=" M20,8.69 V4h-4.69L12,0.69L8.69,4H4v4.69L0.69,12L4,15.31V20h4.69L12,23.31L15.31,20H20v-4.69L23.31,12L20,8.69z M18,14.48V18h-3.52L12,20.48L9.52,18H6v-3.52L3.52,12L6,9.52V6h3.52L12,3.52L14.48,6H18v3.52L20.48,12L18,14.48z M12,7c-2.76,0 -5,2.24 -5,5s2.24,5 5,5s5,-2.24 5,-5S14.76,7 12,7z"