On-screen keyboard improvements (#323)
* holding a number key to type a number in text modes is now possible using the on-screen keyboard * accented letters are no longer displayed on the on-screen keyboard, just plain A-Z * the on-screen keyboard is now more compact; * improved color scheme and other small visual enhancements
This commit is contained in:
parent
d4c6467da3
commit
c6edb5a726
8 changed files with 121 additions and 87 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:startColor="#929492"
|
||||
android:endColor="#E3E7E3"
|
||||
android:startColor="#989A98"
|
||||
android:endColor="#E7EBE7"
|
||||
android:angle="90" />
|
||||
</shape>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue