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

Commit 70275b23 authored by Moez Bhatti's avatar Moez Bhatti
Browse files

Fix SIM selector UI

parent 459be4ce
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -255,9 +255,9 @@

    <ImageView
        android:id="@+id/sim"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:background="?attr/selectableItemBackground"
        android:layout_width="44dp"
        android:layout_height="44dp"
        android:background="?android:attr/selectableItemBackgroundBorderless"
        android:contentDescription="@string/compose_sim_cd"
        android:padding="8dp"
        android:src="@drawable/ic_sim_card_black_24dp"