[android] Added textCapSentences mode for ugc review field

This commit is contained in:
Александр Зацепин 2017-10-26 15:36:17 +03:00 committed by r.kuznetsov
parent a44bf7bafb
commit 07c61fcc43

View file

@ -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>