1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

AndroidGCS: Hardcode some dimensions on the editor dialog so the keyboard fits

more nicely with it.
This commit is contained in:
James Cotton 2012-08-05 04:54:10 -05:00
parent bfdb5749b3
commit 91b2d667c1

View File

@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="500dp"
android:orientation="vertical"
tools:context=".ObjectEditor" >
@ -24,7 +24,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="64dp"
android:layout_weight="1"
android:gravity="right" >