Create view for habit history; other minor changes

This commit is contained in:
2015-03-15 04:26:20 -04:00
parent c41e71003b
commit 11d6bbd6f6
20 changed files with 686 additions and 113 deletions

11
res/menu/show_habit.xml Normal file
View File

@@ -0,0 +1,11 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="org.isoron.uhabits.ShowHabitActivity" >
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_settings"/>
</menu>