Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 70fec19e authored by Aaron Liu's avatar Aaron Liu
Browse files

[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
parent 71d3dbf2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"
        />