[android] Changed poi desc view maxLength (500chars)

This commit is contained in:
Dmitry Donskoy 2019-10-01 14:14:34 +03:00 committed by Aleksey Belousov
parent 4bdbc22134
commit 4ef2caf062

View file

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