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

Commit f8d4f9bc authored by blunden's avatar blunden Committed by Gerrit Code Review
Browse files

SystemUI: Update no SIM status bar icon

* Correctly sized this time

Change-Id: Ifbe780e44001157e9453f08cb8301b8717558481
parent e96bf23f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="17dp"
    android:height="17dp"
    android:viewportWidth="17"
    android:viewportHeight="17">

    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M13.705,2.861c0-0.795-0.651-1.446-1.446-1.446h-5.06L5.536,3.078l8.168,8.241V2.861Z M2.645,2.066l-0.94,0.94l1.879,1.879 v8.096c0,0.795,0.651,1.446,1.446,1.446h7.229c0.289,0,0.506-0.072,0.723-0.217l1.373,1.373l0.94-0.94L2.645,2.066z" />
</vector>
 No newline at end of file
+3 −3
Original line number Diff line number Diff line
@@ -782,9 +782,9 @@
    <!--no sim-->
    <!--Add three items to support TSTS-->
    <string-array name="multi_no_sim">
        <item>drawable/ic_qs_no_sim</item>
        <item>drawable/ic_qs_no_sim</item>
        <item>drawable/ic_qs_no_sim</item>
        <item>drawable/stat_sys_no_sim</item>
        <item>drawable/stat_sys_no_sim</item>
        <item>drawable/stat_sys_no_sim</item>
    </string-array>

    <!--reserved for overlay-->