From 433894336c07cfe4a19e5429172c78c12a0517e9 Mon Sep 17 00:00:00 2001 From: Niklas Baudy Date: Sun, 13 Mar 2016 23:46:29 +0100 Subject: [PATCH] Update EditText of Edit Habit to capitalize sentences Basically when entering a word the first letter will be capitalized. Something minor that bugs me always a bit. --- app/src/main/res/layout/edit_habit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/edit_habit.xml b/app/src/main/res/layout/edit_habit.xml index 2dbbeab8d..46cba4a36 100644 --- a/app/src/main/res/layout/edit_habit.xml +++ b/app/src/main/res/layout/edit_habit.xml @@ -35,6 +35,7 @@ @@ -124,4 +125,4 @@ android:layout_height="wrap_content" android:text="@string/save" /> - \ No newline at end of file +