make spacebar a bit wider

This commit is contained in:
tibbi 2022-02-18 09:52:12 +01:00
parent 71edc078de
commit 406fe81484
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
<item
android:id="@+id/button_background_shape"
android:bottom="@dimen/normal_margin"
android:left="@dimen/normal_margin"
android:right="@dimen/normal_margin"
android:left="@dimen/small_margin"
android:right="@dimen/small_margin"
android:top="@dimen/normal_margin">
<shape android:shape="rectangle">
<solid android:color="@color/color_primary" />

View File

@ -124,12 +124,12 @@
<Key
app:code="32"
app:isRepeatable="true"
app:keyWidth="45%p" />
app:keyWidth="50%p" />
<Key app:keyLabel="." />
<Key
app:code="-4"
app:keyEdgeFlags="right"
app:keyIcon="@drawable/ic_enter_vector"
app:keyWidth="20%p" />
app:keyWidth="15%p" />
</Row>
</Keyboard>

View File

@ -158,12 +158,12 @@
<Key
app:code="32"
app:isRepeatable="true"
app:keyWidth="45%p" />
app:keyWidth="50%p" />
<Key app:keyLabel="." />
<Key
app:code="-4"
app:keyEdgeFlags="right"
app:keyIcon="@drawable/ic_enter_vector"
app:keyWidth="20%p" />
app:keyWidth="15%p" />
</Row>
</Keyboard>