Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2677805f authored by Evan Laird's avatar Evan Laird
Browse files

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
parent 70f7bc45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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