Merge "[Bouncer] Add more padding top for bouncer." into tm-qpr-dev

This commit is contained in:
Aaron Liu
2022-12-14 16:40:23 +00:00
committed by Android (Google) Code Review

View File

@@ -27,6 +27,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:clipChildren="false" android:clipChildren="false"
android:clipToPadding="false" android:clipToPadding="false"
android:paddingTop="@dimen/keyguard_lock_padding"
android:importantForAccessibility="yes"> <!-- Needed because TYPE_WINDOW_STATE_CHANGED is sent android:importantForAccessibility="yes"> <!-- Needed because TYPE_WINDOW_STATE_CHANGED is sent
from this view when bouncer is shown --> from this view when bouncer is shown -->