OSDN Git Service

Set suw description textview to fixed id
authorpastychang <pastychang@google.com>
Fri, 12 Apr 2019 08:22:17 +0000 (16:22 +0800)
committerPasty Chang <pastychang@google.com>
Fri, 12 Apr 2019 09:20:12 +0000 (09:20 +0000)
commitfa68ec4f56f7c8e849e1f1ee22ca7c222e46b617
treedc8e4707eb60dc88cf9acadcc15c30c593d622f1
parent86b6be0784d05703639fd76e6a0041869efc7d4e
Set suw description textview to fixed id

Heavy theme supports to costomize description text style. Modify it to fixed id
that can be customized by partner resource.

Heavy theme screenshot: https://screenshot.googleplex.com/TL4M7wmTaPg
Set fixed id screenshot: https://screenshot.googleplex.com/CA6QHoNTQBZ

Test: atest
Bug: 121988926
Change-Id: I8882acd49e7d57f24afa9dd6f3e9abfd06556053
24 files changed:
res/layout/choose_lock_password.xml
res/layout/choose_lock_pattern_common.xml
res/layout/confirm_lock_password_normal.xml
res/layout/confirm_lock_pattern_normal_base.xml
res/layout/encryption_interstitial.xml
res/layout/face_enroll_introduction.xml
res/layout/fingerprint_enroll_enrolling_base.xml
res/layout/fingerprint_enroll_find_sensor_base.xml
res/layout/fingerprint_enroll_finish_base.xml
res/layout/fingerprint_enroll_introduction.xml
res/layout/master_clear.xml
res/layout/master_clear_confirm.xml
res/layout/redaction_interstitial.xml
src/com/android/settings/EncryptionInterstitial.java
src/com/android/settings/MasterClearConfirm.java
src/com/android/settings/biometrics/BiometricEnrollIntroduction.java
src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java
src/com/android/settings/biometrics/fingerprint/SetupFingerprintEnrollIntroduction.java
src/com/android/settings/notification/RedactionInterstitial.java
src/com/android/settings/password/ChooseLockPassword.java
src/com/android/settings/password/ChooseLockPattern.java
src/com/android/settings/password/ConfirmLockPassword.java
src/com/android/settings/password/ConfirmLockPattern.java
tests/robotests/src/com/android/settings/MasterClearConfirmTest.java