Improved numpad display when keyboard is out

This commit is contained in:
Sylvain Berfini 2020-03-31 17:55:23 +02:00
parent a703299aae
commit ea39ea82e7

View file

@ -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"