Skip to content

Commit

Permalink
Added gap on symbol keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisBoto committed Feb 14, 2022
1 parent 7fd90f8 commit 9d56a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/symbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
android:isSticky="true" android:keyEdgeFlags="right"/>
</Row>

<Row android:rowEdgeFlags="bottom">
<Row android:rowEdgeFlags="bottom" android:verticalGap="4%p">
<Key android:codes="74" android:keyIcon="@drawable/icon_asterisk" android:horizontalGap="5%p" android:keyEdgeFlags="left" android:popupKeyboard="@xml/keyboard_popup_template"/>
<Key android:codes="75" android:keyIcon="@drawable/icon_n0" android:popupKeyboard="@xml/keyboard_popup_template"/>
<Key android:codes="76" android:keyIcon="@drawable/sym_keyboard_space" android:popupKeyboard="@xml/keyboard_popup_template"/>
Expand Down

0 comments on commit 9d56a57

Please sign in to comment.