forked from organicmaps/organicmaps
[android] Added textCapSentences mode for ugc review field
This commit is contained in:
parent
a44bf7bafb
commit
07c61fcc43
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
android:paddingEnd="@dimen/margin_base"
|
||||
android:paddingBottom="@dimen/margin_base"
|
||||
android:textColorHint="?android:textColorSecondary"
|
||||
android:inputType="textMultiLine"
|
||||
android:inputType="textMultiLine|textCapSentences"
|
||||
android:hint="@string/placepage_reviews_hint"/>
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue