forked from organicmaps/organicmaps
[android] Changed poi desc view maxLength (500chars)
This commit is contained in:
parent
4bdbc22134
commit
4ef2caf062
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
android:layout_marginRight="@dimen/margin_base"
|
||||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:maxLength="2000"
|
||||
android:maxLength="500"
|
||||
android:fontFamily="@string/robotoRegular"
|
||||
android:textStyle="normal"
|
||||
android:lineSpacingExtra="@dimen/line_spacing_extra_2"
|
||||
|
|
Loading…
Add table
Reference in a new issue