Fix FP enroll page content overlapped by buttons

(Setup)FingerprintEnrollFindSensor apply the same theme with
FingerprintEnrollIntroduction to set clipToPadding/clipChildren to true.

Fix: 338955329
Test: Set largest display/text size, Check
      (Setup)FingerprintEnrollFindSensor UI on SFPS/UDFPS devices with
      Light/Dark theme
Flag: EXEMPT bug fix
Change-Id: I61d74134cea932bd9f6bdc944ed905a8282deeeb
This commit is contained in:
MiltonWu
2024-07-04 17:45:24 +08:00
committed by Milton Wu
parent 62db4b3a4d
commit b9049f7588

View File

@@ -2799,7 +2799,9 @@
<activity android:name=".biometrics.fingerprint.FingerprintSettings"
android:exported="false"
android:taskAffinity="com.android.settings.root" />
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor"
android:exported="false"
android:theme="@style/GlifTheme.Light"/>
<activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
@@ -2832,7 +2834,9 @@
android:theme="@style/GlifTheme.Light"
android:taskAffinity="com.android.settings.root" />
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor"
android:exported="false"
android:theme="@style/GlifTheme.Light"/>
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
<activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"