summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2021-03-04 23:21:22 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-03-04 23:21:22 +0000
commitff72e2b54abb0162d0fd2aeea093746f761b3232 (patch)
tree4faed4f8bf04af5637729925c48fad92e6628259
parent5b7b454aac9d6373128fff2189a84348e1a3e595 (diff)
parentc0a4cb5bc0ecb6977ec952d18c67ef4925f633ec (diff)
Merge "Set min height of 48dp to security footer" into sc-dev
-rw-r--r--packages/SystemUI/res/layout/quick_settings_footer.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/quick_settings_footer.xml b/packages/SystemUI/res/layout/quick_settings_footer.xml
index 13572fa9f4f3..db712e4b9f7a 100644
--- a/packages/SystemUI/res/layout/quick_settings_footer.xml
+++ b/packages/SystemUI/res/layout/quick_settings_footer.xml
@@ -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"