1
0
Fork 0

fixed OK key typing new lines instead of performing an action in some apps

This commit is contained in:
sspanak 2024-04-02 19:09:05 +03:00 committed by Dimo Karaivanov
parent caad8a5446
commit a3724bb80c
7 changed files with 57 additions and 29 deletions

View file

@ -301,7 +301,7 @@
android:id="@+id/separator_4_2"
style="@style/numSeparator" />
<io.github.sspanak.tt9.ui.main.keys.SoftKey
<io.github.sspanak.tt9.ui.main.keys.SoftOkKey
android:id="@+id/soft_key_ok"
style="@android:style/Widget.Holo.Button.Borderless"
android:layout_width="0dp"

View file

@ -51,7 +51,7 @@
style="@style/hSeparator"
android:background="@drawable/button_separator_dark" />
<io.github.sspanak.tt9.ui.main.keys.SoftKey
<io.github.sspanak.tt9.ui.main.keys.SoftOkKey
android:id="@+id/soft_key_ok"
style="@android:style/Widget.Holo.Button.Borderless"
android:layout_width="0dp"