regression: fixed OK, Backspace and Input Mode keys of the virtual keyboard not working after the big refactoring
This commit is contained in:
parent
a8ed844d2c
commit
59d45cf373
1 changed files with 3 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
||||||
style="@style/numSeparator" />
|
style="@style/numSeparator" />
|
||||||
|
|
||||||
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
|
<io.github.sspanak.tt9.ui.main.keys.SoftBackspaceKey
|
||||||
|
android:id="@+id/soft_key_backspace"
|
||||||
style="@android:style/Widget.Holo.Button.Borderless"
|
style="@android:style/Widget.Holo.Button.Borderless"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
|
@ -202,6 +203,7 @@
|
||||||
tools:ignore="HardcodedText">
|
tools:ignore="HardcodedText">
|
||||||
|
|
||||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyInputMode
|
<io.github.sspanak.tt9.ui.main.keys.SoftKeyInputMode
|
||||||
|
android:id="@+id/soft_key_input_mode"
|
||||||
style="@android:style/Widget.Holo.Button.Borderless"
|
style="@android:style/Widget.Holo.Button.Borderless"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
|
@ -301,6 +303,7 @@
|
||||||
style="@style/numSeparator" />
|
style="@style/numSeparator" />
|
||||||
|
|
||||||
<io.github.sspanak.tt9.ui.main.keys.SoftOkKey
|
<io.github.sspanak.tt9.ui.main.keys.SoftOkKey
|
||||||
|
android:id="@+id/soft_key_ok"
|
||||||
style="@android:style/Widget.Holo.Button.Borderless"
|
style="@android:style/Widget.Holo.Button.Borderless"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue