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

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

Merge branch '1427-t-sim_pin' into 'v1-t'

Constraint height and width of sim icon

See merge request e/os/android_frameworks_base!170
parents 1070bc8a b1d32277
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="match_parent"
                android:layout_height="wrap_content"
                android:layout_width="60dp"
                android:layout_height="60dp"
                android:layout_gravity="center_horizontal"
                android:src="@drawable/ic_lockscreen_sim"
                app:tint="@color/background_protected" />
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@

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