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

Commit b1fb6abb authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Don't restrict the size of sim drawable

parent 51ca9197
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -47,8 +47,8 @@

            <ImageView
                android:id="@+id/keyguard_sim"
                android:layout_width="40dp"
                android:layout_height="40dp"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:layout_gravity="center_horizontal"
                android:src="@drawable/ic_lockscreen_sim"
                app:tint="@color/background_protected" />