[#101] Fix space in edit form

This commit is contained in:
Franze Jr 2015-12-05 16:20:52 -03:00
parent 400728fc55
commit 7f4ac9278a

View file

@ -50,7 +50,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="72dp"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
@ -64,7 +64,7 @@
<Spinner
android:id="@+id/task_difficulty_spinner"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|right" />
</LinearLayout>
@ -77,7 +77,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="30dp"
android:orientation="vertical">
<TextView
@ -89,7 +88,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
@ -114,7 +113,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView