diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 255d05967..535a63029 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5,9 +5,10 @@
android:versionName="1.0" >
-
+
+
-
+
+ android:launchMode="singleInstance" >
-
-
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/res/layout/show_habits.xml b/res/layout/list_habits.xml
similarity index 74%
rename from res/layout/show_habits.xml
rename to res/layout/list_habits.xml
index a0b0e1d0b..ff14f5260 100644
--- a/res/layout/show_habits.xml
+++ b/res/layout/list_habits.xml
@@ -5,19 +5,11 @@
android:layout_height="match_parent"
android:background="#ffffff" >
-
-
-
-
-
-
-
-
+ dslv:use_default_controller="true"
+ android:paddingTop="42dp"
+ android:background="@color/windowBackground"
+ />
+ android:paddingRight="4dp" >
@@ -47,13 +41,14 @@
+ android:paddingTop="6dp"
+ android:text="" />
diff --git a/res/layout/show_habit.xml b/res/layout/show_habit.xml
new file mode 100644
index 000000000..c02cf6be6
--- /dev/null
+++ b/res/layout/show_habit.xml
@@ -0,0 +1,125 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/show_habit_activity.xml b/res/layout/show_habit_activity.xml
new file mode 100644
index 000000000..938d4d9f4
--- /dev/null
+++ b/res/layout/show_habit_activity.xml
@@ -0,0 +1,15 @@
+
+
+
+
+
diff --git a/res/menu/show_habit.xml b/res/menu/show_habit.xml
new file mode 100644
index 000000000..60a0c497a
--- /dev/null
+++ b/res/menu/show_habit.xml
@@ -0,0 +1,11 @@
+
diff --git a/res/values-v21/styles.xml b/res/values-v21/styles.xml
index 0eb5745ff..53a0275b2 100644
--- a/res/values-v21/styles.xml
+++ b/res/values-v21/styles.xml
@@ -1,11 +1,14 @@