commit | c17a684c9da3ab8961fe83ff9ae5765ee2b33b9c | [log] [tgz] |
---|---|---|
author | Aaron Liu <aaronjli@google.com> | Wed Dec 07 21:03:28 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Dec 07 21:03:28 2022 +0000 |
tree | 5e061c6a59d720531a48612fa9ac2d74621944dc | |
parent | 69cc3e9d668472709b8e6200a29fff0e186c3213 [diff] | |
parent | 70fec19e8ea4014dabe8bf0cfb9bac54cce99158 [diff] |
Merge "[Bouncer] Do not Autosize numpad." into tm-qpr-dev
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 316ad39..411fea5 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" />