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

Commit a81e3e3c authored by Ng Zhi An's avatar Ng Zhi An Committed by android-build-merger
Browse files

Fix icon for sim card in settings

am: 097f4184

Change-Id: Ifdd84f460091d4d9e3310e70c31199c29320ecd6
parents 913d1667 097f4184
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>