Adds capitalization of sentences in POI name field. Closes #2235.

This commit is contained in:
GaidamakUA 2016-02-11 15:38:38 +02:00
parent 59fb1a9fec
commit 2682e141e8

View file

@ -48,7 +48,7 @@
android:layout_height="wrap_content"
android:hint="@string/poi_dialog_name"
android:imeOptions="actionNext"
android:inputType="text"
android:inputType="textCapSentences"
tools:text="@string/lorem_ipsum"/>
</android.support.design.widget.TextInputLayout>