diff options
| author | 2022-12-14 17:39:06 +0000 | |
|---|---|---|
| committer | 2022-12-14 17:39:06 +0000 | |
| commit | b7ba5220f84d717f78252cb6e5ca0192ae06bbed (patch) | |
| tree | 3327d96e2ad6add167ef2d7e1aed32db795e31ca | |
| parent | 0b56a967f8c18c91cb6e948688f20acd15e3f841 (diff) | |
| parent | e7e1911620ba9cb006daee04f307cd5d1128419a (diff) | |
Merge "[Bouncer] Add more padding top for bouncer." into tm-qpr-dev am: 6aaf6e649a am: e7e1911620
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20712457
Change-Id: I6df35440a67f6852788c10bb8bc7b85637abc906
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 --> |