mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 01:28:52 -06:00
Reorganize files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user