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

Commit c0a4cb5b authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Set min height of 48dp to security footer

Test: accessibility scanner
Fixes: 181833137
Change-Id: I7e813a3e1403c8e67ca2d7f2c09e7d8ff6e593a4
parent 081b5923
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
<com.android.systemui.util.NeverExactlyLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:minHeight="48dp"
    android:clickable="true"
    android:paddingBottom="@dimen/qs_tile_padding_top"
    android:paddingTop="@dimen/qs_tile_padding_top"