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:
Evan Laird
2017-09-05 11:06:05 -04:00
parent 70f7bc45cd
commit 2677805f35

View File

@@ -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