There I fixed it

pull/281/head
Alex Baker 9 years ago
parent fa4e8a8f05
commit 46d31fe81d

@ -14,17 +14,15 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:paddingTop="@dimen/task_edit_padding_top_bottom"
android:layout_marginTop="@dimen/task_edit_padding_top_bottom">
<LinearLayout
android:id="@+id/content"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingTop="@dimen/task_edit_padding_top_bottom"
android:paddingBottom="@dimen/task_edit_padding_top_bottom"
android:layout_marginTop="@dimen/task_edit_padding_top_bottom"
android:layout_marginBottom="@dimen/task_edit_padding_top_bottom" />
android:orientation="vertical" />
<include layout="@layout/task_edit_divider" />

@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:layout_height="1px"
android:background="?attr/task_edit_divider"
android:layout_gravity="end|bottom"/>
android:paddingTop="@dimen/task_edit_padding_top_bottom"
android:layout_marginTop="@dimen/task_edit_padding_top_bottom">
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="?attr/task_edit_divider"
android:layout_gravity="end|bottom" />
</LinearLayout>

Loading…
Cancel
Save