Reorganize files

This commit is contained in:
2016-05-27 10:20:16 -04:00
parent 6445bf62bc
commit e0198e9926
22 changed files with 39 additions and 33 deletions

View File

@@ -22,7 +22,7 @@
style="@style/dialogForm"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context=".ui.edit.EditHabitDialogFragment"
tools:context=".ui.habits.edit.EditHabitDialogFragment"
tools:ignore="MergeRootFrame">
<LinearLayout

View File

@@ -33,7 +33,7 @@
<fragment
android:id="@+id/fragment1"
android:name="org.isoron.uhabits.ui.list.ListHabitsFragment"
android:name="org.isoron.uhabits.ui.habits.list.ListHabitsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"

View File

@@ -31,7 +31,7 @@
<LinearLayout
style="@style/CardList"
android:clipToPadding="false"
tools:context=".ui.show.ShowHabitActivity">
tools:context=".ui.habits.show.ShowHabitActivity">
<LinearLayout
android:id="@+id/subtitle"

View File

@@ -24,7 +24,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.show.ShowHabitActivity"
tools:context=".ui.habits.show.ShowHabitActivity"
tools:ignore="MergeRootFrame"
tools:menu="show_habit_activity_menu,show_habit_fragment_menu">
@@ -35,7 +35,7 @@
<fragment
android:id="@+id/fragment2"
android:name="org.isoron.uhabits.ui.show.ShowHabitFragment"
android:name="org.isoron.uhabits.ui.habits.show.ShowHabitFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"