diff options
| author | 2022-12-14 16:40:23 +0000 | |
|---|---|---|
| committer | 2022-12-14 16:40:23 +0000 | |
| commit | 6aaf6e649a105df0dc22a4cffe492e34116ccdeb (patch) | |
| tree | 8f8da168111ab10e9091b48422165a2feeaeb7fb | |
| parent | 159d7482e8b5c316b6425516440810d605131e45 (diff) | |
| parent | a4392c25102577f918926f367cd4ae56afd3048c (diff) | |
Merge "[Bouncer] Add more padding top for bouncer." into tm-qpr-dev
| -rw-r--r-- | packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml b/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml index e64b586a3e6f..8497ff094c03 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_host_view.xml @@ -27,6 +27,7 @@ android:layout_height="match_parent" android:clipChildren="false" android:clipToPadding="false" + android:paddingTop="@dimen/keyguard_lock_padding" android:importantForAccessibility="yes"> <!-- Needed because TYPE_WINDOW_STATE_CHANGED is sent from this view when bouncer is shown --> |