TaskListsDialogFragment showing correctly

This commit is contained in:
2017-12-14 22:50:16 +01:00
parent 0fefe50ec9
commit 4d05e1d33f
11 changed files with 50 additions and 96 deletions

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<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:orientation="vertical"
tools:context=".activities.TaskListActivity">
<fragment
android:name="com.wismna.geoffroy.donext.fragments.TaskListsFragment"
android:id="@+id/fragment_task_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:layout="@layout/fragment_tasklists" />
</LinearLayout>

View File

@@ -10,8 +10,8 @@
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:orientation="vertical"
tools:context=".activities.TaskListActivity">
android:background="@android:color/background_light"
android:orientation="vertical">
<LinearLayout
android:id="@+id/new_task_list_layout"
android:layout_width="match_parent"
@@ -41,7 +41,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layoutManager="LinearLayoutManager"
tools:context=".fragments.TaskListsFragment"
tools:context=".fragments.TaskListsDialogFragment"
tools:listitem="@layout/fragment_tasklist" />
</LinearLayout>