|
|
|
@ -7,7 +7,6 @@
|
|
|
|
android:id="@+id/taskEditParent"
|
|
|
|
android:id="@+id/taskEditParent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
|
|
|
android:background="?attr/asContentBackground"
|
|
|
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/toolbar" />
|
|
|
|
<include layout="@layout/toolbar" />
|
|
|
|
@ -18,6 +17,7 @@
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_weight="100"
|
|
|
|
android:layout_weight="100"
|
|
|
|
|
|
|
|
android:background="?attr/asContentBackground"
|
|
|
|
android:overScrollMode="never">
|
|
|
|
android:overScrollMode="never">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
<LinearLayout
|
|
|
|
|