1
0
Fork 0

fixed the OK key text not scalling when it should

This commit is contained in:
sspanak 2025-02-01 17:34:41 +02:00 committed by Dimo Karaivanov
parent c8c1fe79b4
commit b340058861
2 changed files with 7 additions and 14 deletions

View file

@ -24,7 +24,5 @@
<io.github.sspanak.tt9.ui.main.keys.SoftKeyOk
style="@style/TTheme.Numpad.Key.OK"
android:id="@+id/soft_key_numpad_ok"
android:text="OK"
tools:ignore="HardcodedText" />
android:id="@+id/soft_key_numpad_ok" />
</LinearLayout>