Fix coordinates input keyboard

This commit is contained in:
PavelRatushny 2017-09-26 10:31:25 +03:00
parent db948d924a
commit 3efe77e760

View file

@ -84,7 +84,7 @@
<FrameLayout
android:layout_gravity="bottom"
android:layout_width="match_parent"
android:layout_height="200dp">
android:layout_height="wrap_content">
<GridView
android:id="@+id/keyboard_grid_view"
@ -92,8 +92,8 @@
android:layout_height="match_parent"
android:background="?attr/dashboard_divider"
android:horizontalSpacing="1dp"
android:stretchMode="spacingWidth"
android:verticalSpacing="1dp"
android:stretchMode="columnWidth"
android:numColumns="3"/>
</FrameLayout>