Fix clipping on 3g icon
Viewport was a _little_ too small. Test: visual; adb shell am broadcast -a "com.android.systemui.demo" -e command network -e mobile show -e datatype 3g Fixes: 64725694 Change-Id: I7e09bb8bb2a93ce6dc6670c175284d3927b007d7
This commit is contained in:
@@ -14,9 +14,9 @@ Copyright (C) 2014 The Android Open Source Project
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:width="15dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="12.0"
|
||||
android:viewportWidth="15.0"
|
||||
android:viewportHeight="24.0"
|
||||
android:tint="?android:attr/colorControlNormal">
|
||||
<path
|
||||
|
||||
Reference in New Issue
Block a user