added v-shaped numpad layout
This commit is contained in:
parent
4303e03448
commit
e6950c370c
29 changed files with 228 additions and 82 deletions
|
|
@ -83,6 +83,10 @@
|
|||
<string name="pref_layout_tray">Suggestion list only</string>
|
||||
<string name="pref_numpad_alignment">Alignment</string>
|
||||
<string name="pref_numpad_key_height">Height</string>
|
||||
<string name="pref_numpad_shape">Shape</string>
|
||||
<string name="pref_numpad_shape_square">Square</string>
|
||||
<string name="pref_numpad_shape_v">V-Shape</string>
|
||||
<string name="pref_numpad_shape_long_space">Long Spacebar</string>
|
||||
<string name="pref_numpad_width">Width</string>
|
||||
<string name="pref_predict_word_pairs">Learn Word Pairs</string>
|
||||
<string name="pref_predict_word_pairs_summary">Remember commonly used phrases to improve the suggestions accuracy.</string>
|
||||
|
|
|
|||
|
|
@ -203,6 +203,13 @@
|
|||
Numpad Columns
|
||||
*******************************************-->
|
||||
|
||||
<style name="TTheme.Numpad.Column.Container" parent="">
|
||||
<item name="android:gravity">bottom</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:orientation">horizontal</item>
|
||||
</style>
|
||||
|
||||
<style name="TTheme.Numpad.Column" parent="">
|
||||
<item name="android:layout_width">0dp</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
|
|
@ -338,10 +345,9 @@
|
|||
<item name="rippleColor">@color/key_ok_ripple</item>
|
||||
</style>
|
||||
|
||||
<style name="TTheme.Numpad.Key.Large.Placeholder">
|
||||
<item name="android:layout_height">@dimen/numpad_key_height</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_margin">@dimen/numpad_key_spacing</item>
|
||||
<style name="TTheme.Numpad.Key.Large.Placeholder" parent="TTheme.Numpad.Key.Number">
|
||||
<item name="android:textColor">@android:color/transparent</item>
|
||||
<item name="android:background">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue