1
0
Fork 0

the virtual arrow keys can now move the text cursor

This commit is contained in:
sspanak 2024-06-19 15:13:52 +03:00 committed by Dimo Karaivanov
parent a88e87da01
commit 0a1aed88d5
5 changed files with 63 additions and 4 deletions

View file

@ -15,7 +15,7 @@
android:layout_height="@dimen/numpad_candidate_height"
android:layoutDirection="ltr">
<io.github.sspanak.tt9.ui.main.keys.SoftKey
<io.github.sspanak.tt9.ui.main.keys.SoftKeyArrow
android:id="@+id/soft_key_left_arrow"
style="@android:style/Widget.Holo.Button.Borderless"
android:layout_width="@dimen/numpad_arrow_key_width"
@ -54,7 +54,7 @@
android:id="@+id/separator_candidates_2"
style="@style/numSeparator" />
<io.github.sspanak.tt9.ui.main.keys.SoftKey
<io.github.sspanak.tt9.ui.main.keys.SoftKeyArrow
android:id="@+id/soft_key_right_arrow"
style="@android:style/Widget.Holo.Button.Borderless"
android:layout_width="@dimen/numpad_arrow_key_width"