Merge "Add tint for hotspot icon"

This commit is contained in:
Lei Yu
2016-12-12 19:02:41 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 2 deletions

View File

@@ -20,7 +20,8 @@
android:height="48dp"
android:width="48dp"
android:viewportHeight="48"
android:viewportWidth="48" >
android:viewportWidth="48"
android:tint="?android:attr/colorControlNormal" >
<group
android:name="ic_hotspot"
android:translateX="23.9778"

View File

@@ -20,7 +20,8 @@
android:height="48dp"
android:width="48dp"
android:viewportHeight="48"
android:viewportWidth="48" >
android:viewportWidth="48"
android:tint="?android:attr/colorControlNormal" >
<group
android:name="ic_hotspot"
android:translateX="23.97354"