OSDN Git Service

Fix clipping on 3g icon
authorEvan Laird <evanlaird@google.com>
Tue, 5 Sep 2017 15:06:05 +0000 (11:06 -0400)
committerEvan Laird <evanlaird@google.com>
Tue, 5 Sep 2017 15:06:05 +0000 (11:06 -0400)
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

packages/SystemUI/res/drawable/ic_qs_signal_3g.xml

index c84ac8f..546a96f 100644 (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