added the TAB key
This commit is contained in:
parent
47c846ca39
commit
3cda6b9bb3
11 changed files with 92 additions and 37 deletions
|
|
@ -57,14 +57,12 @@
|
|||
android:layout_height="@dimen/numpad_key_height"
|
||||
android:layoutDirection="ltr">
|
||||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyAddWord
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyLF2
|
||||
android:id="@+id/soft_key_add_word"
|
||||
style="@android:style/Widget.Holo.Button.Borderless"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="@dimen/numpad_control_key_layout_weight"
|
||||
android:text="+"
|
||||
android:textStyle="bold" />
|
||||
android:layout_weight="@dimen/numpad_control_key_layout_weight" />
|
||||
|
||||
<View
|
||||
android:id="@+id/separator_2_1"
|
||||
|
|
|
|||
|
|
@ -157,6 +157,7 @@
|
|||
<string name="key_menu" translatable="false">Menu</string>
|
||||
<string name="key_soft_left" translatable="false">Left Func</string>
|
||||
<string name="key_soft_right" translatable="false">Right Func</string>
|
||||
<string name="key_tab" translatable="false">Tab</string>
|
||||
<string name="key_volume_mute">Volume Mute</string>
|
||||
<string name="key_volume_down">Volume Down</string>
|
||||
<string name="key_volume_up">Volume Up</string>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,10 @@
|
|||
app:key="key_next_input_mode"
|
||||
app:title="@string/function_next_mode" />
|
||||
|
||||
<DropDownPreference
|
||||
app:key="key_tab"
|
||||
app:title="@string/key_tab" />
|
||||
|
||||
<Preference
|
||||
app:key="reset_keys"
|
||||
app:title="@string/function_reset_keys_title" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue