added v-shaped numpad layout
This commit is contained in:
parent
4303e03448
commit
e6950c370c
29 changed files with 228 additions and 82 deletions
|
|
@ -9,12 +9,7 @@
|
|||
<View style="@style/TTheme.Keyboard.TopSeparator" />
|
||||
<include layout="@layout/panel_numpad_status_bar" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/main_soft_keys"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -27,7 +27,9 @@
|
|||
<include layout="@layout/key_overlay_icons" />
|
||||
</RelativeLayout>
|
||||
|
||||
<View style="@style/TTheme.Numpad.Key.Large.Placeholder" />
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyPunctuation
|
||||
style="@style/TTheme.Numpad.Key.Large.Placeholder"
|
||||
android:id="@+id/soft_key_punctuation_101" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
|
@ -93,7 +95,9 @@
|
|||
<include layout="@layout/key_overlay_icons" />
|
||||
</RelativeLayout>
|
||||
|
||||
<View style="@style/TTheme.Numpad.Key.Large.Placeholder" />
|
||||
<io.github.sspanak.tt9.ui.main.keys.SoftKeyPunctuation
|
||||
style="@style/TTheme.Numpad.Key.Large.Placeholder"
|
||||
android:id="@+id/soft_key_punctuation_102" />
|
||||
|
||||
</LinearLayout>
|
||||
</merge>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue