summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Liu <aaronjli@google.com>2022-12-06 09:43:55 -0800
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-12 16:56:04 +0000
commit0c59b9aa61a75e743f80e14c249d81ed4bd59984 (patch)
tree24996e481ade510310189b1ddbc66ccd71e6216c
parentc7a2d6457484b195b591f94eea8bede7a610ea94 (diff)
downloadbase-0c59b9aa61a75e743f80e14c249d81ed4bd59984.tar.gz
[Bouncer] Do not Autosize numpad.
The autosizing logic seems to have inadvertent side effects. Will remove this for now. The autosizing logic was added in ag/20612038. I'm opting to fix forward because other changes were added into that CL. Fixes: 261552438 Test: open up bouncer. Change-Id: I44c41c93ad235b09fc6e4e9966b24c6b4fdcd915 (cherry picked from commit 70fec19e8ea4014dabe8bf0cfb9bac54cce99158) Merged-In: I44c41c93ad235b09fc6e4e9966b24c6b4fdcd915
-rw-r--r--packages/SystemUI/res-keyguard/layout/keyguard_num_pad_key.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_num_pad_key.xml b/packages/SystemUI/res-keyguard/layout/keyguard_num_pad_key.xml
index 316ad39a9f05..411fea5dd22d 100644
--- a/packages/SystemUI/res-keyguard/layout/keyguard_num_pad_key.xml
+++ b/packages/SystemUI/res-keyguard/layout/keyguard_num_pad_key.xml
@@ -18,8 +18,6 @@
<TextView
android:id="@+id/digit_text"
style="@style/Widget.TextView.NumPadKey.Digit"
- android:autoSizeMaxTextSize="32sp"
- android:autoSizeTextType="uniform"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>