From 1bff08d7a218256094011ca214cd16b7871e96c0 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 29 Apr 2018 11:17:06 +0200 Subject: [PATCH] change the Notes field input type into CapSentences --- app/src/main/res/layout/activity_edit_contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/res/layout/activity_edit_contact.xml b/app/src/main/res/layout/activity_edit_contact.xml index f09f6d3d..534ac995 100644 --- a/app/src/main/res/layout/activity_edit_contact.xml +++ b/app/src/main/res/layout/activity_edit_contact.xml @@ -341,7 +341,7 @@ android:layout_marginTop="@dimen/normal_margin" android:layout_toRightOf="@+id/contact_notes_image" android:hint="@string/notes" - android:inputType="textCapWords|textMultiLine" + android:inputType="textCapSentences|textMultiLine" android:textCursorDrawable="@null" android:textSize="@dimen/bigger_text_size"/>