added a long spacebar option
This commit is contained in:
parent
2df9071ce7
commit
47f8545dfe
20 changed files with 215 additions and 26 deletions
|
|
@ -10,10 +10,20 @@
|
|||
<include layout="@layout/panel_numpad_status_bar" />
|
||||
|
||||
<LinearLayout style="@style/TTheme.Numpad.Column.Container" android:id="@+id/main_soft_keys">
|
||||
|
||||
<include layout="@layout/panel_numpad_left" />
|
||||
<include layout="@layout/panel_numpad_digits" />
|
||||
<include layout="@layout/panel_numpad_text_editing" />
|
||||
|
||||
<LinearLayout style="@style/TTheme.Numpad.CentralBlock">
|
||||
<LinearLayout style="@style/TTheme.Numpad.CentralBlock.Digits1to9">
|
||||
<include layout="@layout/panel_numpad_digits" />
|
||||
<include layout="@layout/panel_numpad_text_editing" />
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/panel_long_spacebar" />
|
||||
</LinearLayout>
|
||||
|
||||
<include layout="@layout/panel_numpad_right" />
|
||||
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
|
|
|
|||
22
app/src/main/res/layout/panel_long_spacebar.xml
Normal file
22
app/src/main/res/layout/panel_long_spacebar.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
style="@style/TTheme.Numpad.CentralBlock.Row.LongSpacebar"
|
||||
android:id="@+id/panel_long_spacebar">
|
||||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyPunctuationShort
|
||||
style="@style/TTheme.Numpad.Key.ShortPunctuation"
|
||||
android:id="@+id/soft_key_punctuation_201" />
|
||||
|
||||
<RelativeLayout style="@style/TTheme.Numpad.Key.LongSpace.Overlay.Wrapper">
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyNumber0Long
|
||||
style="@style/TTheme.Numpad.Key.Number"
|
||||
android:id="@+id/soft_key_200" />
|
||||
<include layout="@layout/key_overlay_number_hold_text" />
|
||||
</RelativeLayout>
|
||||
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyPunctuationShort
|
||||
style="@style/TTheme.Numpad.Key.ShortPunctuation"
|
||||
android:id="@+id/soft_key_punctuation_202" />
|
||||
|
||||
</LinearLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue