mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
make spacebar a bit wider
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
<item
|
<item
|
||||||
android:id="@+id/button_background_shape"
|
android:id="@+id/button_background_shape"
|
||||||
android:bottom="@dimen/normal_margin"
|
android:bottom="@dimen/normal_margin"
|
||||||
android:left="@dimen/normal_margin"
|
android:left="@dimen/small_margin"
|
||||||
android:right="@dimen/normal_margin"
|
android:right="@dimen/small_margin"
|
||||||
android:top="@dimen/normal_margin">
|
android:top="@dimen/normal_margin">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
<solid android:color="@color/color_primary" />
|
<solid android:color="@color/color_primary" />
|
||||||
|
@@ -124,12 +124,12 @@
|
|||||||
<Key
|
<Key
|
||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="45%p" />
|
app:keyWidth="50%p" />
|
||||||
<Key app:keyLabel="." />
|
<Key app:keyLabel="." />
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
app:keyIcon="@drawable/ic_enter_vector"
|
app:keyIcon="@drawable/ic_enter_vector"
|
||||||
app:keyWidth="20%p" />
|
app:keyWidth="15%p" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
@@ -158,12 +158,12 @@
|
|||||||
<Key
|
<Key
|
||||||
app:code="32"
|
app:code="32"
|
||||||
app:isRepeatable="true"
|
app:isRepeatable="true"
|
||||||
app:keyWidth="45%p" />
|
app:keyWidth="50%p" />
|
||||||
<Key app:keyLabel="." />
|
<Key app:keyLabel="." />
|
||||||
<Key
|
<Key
|
||||||
app:code="-4"
|
app:code="-4"
|
||||||
app:keyEdgeFlags="right"
|
app:keyEdgeFlags="right"
|
||||||
app:keyIcon="@drawable/ic_enter_vector"
|
app:keyIcon="@drawable/ic_enter_vector"
|
||||||
app:keyWidth="20%p" />
|
app:keyWidth="15%p" />
|
||||||
</Row>
|
</Row>
|
||||||
</Keyboard>
|
</Keyboard>
|
||||||
|
Reference in New Issue
Block a user