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

@@ -20,7 +20,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.isoron.uhabits.MainActivity">
tools:context=".MainActivity">
<item
android:id="@+id/action_add"

View File

@@ -20,6 +20,6 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context="org.isoron.uhabits.MainActivity">
tools:context=".MainActivity">
</menu>