|
|
@@ -3,7 +3,8 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:maxHeight="664px"
|
|
|
+ android:minHeight="@dimen/keyboard_min_height"
|
|
|
+ android:maxHeight="@dimen/keyboard_max_height"
|
|
|
tools:context=".ui.MainActivity"
|
|
|
android:background="@color/inputBackground">
|
|
|
|