22 lines
848 B
XML
22 lines
848 B
XML
<?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>
|