center the middle row horizontally
This commit is contained in:
parent
5d6f88d2bc
commit
63ed037827
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
|
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:horizontalGap="3px"
|
android:keyWidth="10%"
|
||||||
android:keyWidth="10%p"
|
|
||||||
android:keyHeight="60dp"
|
android:keyHeight="60dp"
|
||||||
android:keyBackground="@color/color_primary_dark"
|
android:keyBackground="@color/color_primary_dark"
|
||||||
android:keyTextColor="@color/color_accent"
|
android:keyTextColor="@color/color_accent"
|
||||||
|
@ -43,6 +42,7 @@
|
||||||
<Row>
|
<Row>
|
||||||
<Key
|
<Key
|
||||||
android:codes="97"
|
android:codes="97"
|
||||||
|
android:horizontalGap="5%"
|
||||||
android:keyEdgeFlags="left"
|
android:keyEdgeFlags="left"
|
||||||
android:keyLabel="a" />
|
android:keyLabel="a" />
|
||||||
<Key
|
<Key
|
||||||
|
|
Loading…
Reference in New Issue