Reorganize file tree according to feature

This commit is contained in:
2016-05-26 10:38:59 -04:00
parent ca9745f550
commit 83ef8564e1
75 changed files with 607 additions and 572 deletions

View File

@@ -23,7 +23,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="org.isoron.uhabits.SettingsActivity"
tools:context=".ui.settings.SettingsActivity"
tools:ignore="MergeRootFrame">
<android.support.v7.widget.Toolbar
@@ -33,7 +33,7 @@
<fragment
android:id="@+id/fragment"
android:name="org.isoron.uhabits.fragments.SettingsFragment"
android:name="org.isoron.uhabits.ui.settings.SettingsFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"