forked from organicmaps/organicmaps
[android] Changed UGC review field input type on multiline
This commit is contained in:
parent
e63122e19b
commit
1eb0fb0de1
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="textCapSentences"
|
||||
android:inputType="textMultiLine"
|
||||
android:hint="@string/placepage_reviews_hint"/>
|
||||
</android.support.design.widget.TextInputLayout>
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Add table
Reference in a new issue