Virtual keyboard minor bugfixes (#491)
* prevent incorrect keycodes when holding the virtual number keys * fixed incorrect handling of unset hotkeys * fixed touch listeners being assigned to the wrong virtual key sometimes
This commit is contained in:
parent
a42c1ed1ee
commit
6225448eee
7 changed files with 24 additions and 9 deletions
|
|
@ -127,6 +127,7 @@
|
|||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
|
||||
style="@android:style/Widget.Holo.Button.Borderless"
|
||||
android:id="@+id/soft_key_backspace"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="@dimen/numpad_control_key_layout_weight"
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
|
||||
style="@android:style/Widget.Holo.Button.Borderless"
|
||||
android:id="@+id/soft_key_backspace"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue