Improved numpad display when keyboard is out
This commit is contained in:
parent
a703299aae
commit
ea39ea82e7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
<com.google.android.flexbox.FlexboxLayout
|
<com.google.android.flexbox.FlexboxLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:padding="25dp"
|
android:padding="10dp"
|
||||||
android:background="?attr/backgroundColor"
|
android:background="?attr/backgroundColor"
|
||||||
app:flexWrap="wrap"
|
app:flexWrap="wrap"
|
||||||
app:justifyContent="space_around"
|
app:justifyContent="space_around"
|
||||||
|
|
Loading…
Reference in a new issue