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

Commit 097f4184 authored by Ng Zhi An's avatar Ng Zhi An
Browse files

Fix icon for sim card in settings

Change-Id: I1e235cad1712343e2990eab114fd2ef383aac77f
Bug: 65574460
Fixes: 65574460
Test: manually build and install Settings apk and open app to check
parent 17acd3d1
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
@@ -15,7 +15,14 @@
     limitations under the License.
-->

<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/ic_sim_sd"
    android:tint="?android:attr/colorControlNormal" />
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24.0dp"
        android:height="24.0dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"
        android:tint="?android:attr/colorControlNormal">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M19.99 4c0-1.1-.89-2-1.99-2h-8L4 8v12c0 1.1.9 2 2 2h12.01c1.1 0 1.99-.9 1.99-2l-.01-16zM9 19H7v-2h2v2zm8 0h-2v-2h2v2zm-8-4H7v-4h2v4zm4 4h-2v-4h2v4zm0-6h-2v-2h2v2zm4 2h-2v-4h2v4z"/>
      <path android:pathData="M0 0h24v24H0z"/>
</vector>