forked from organicmaps/organicmaps
[android] Fixed wiki desc appearance
This commit is contained in:
parent
a071fea956
commit
5de7acf1ab
1 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@
|
|||
android:layout_marginStart="@dimen/margin_base"
|
||||
android:layout_marginTop="@dimen/margin_base"
|
||||
android:maxLength="2000"
|
||||
android:textAppearance="?android:attr/textAppearance"/>
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textAppearance="?android:attr/textAppearanceSmall"
|
||||
tools:ignore="UnusedAttribute"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/more_btn"
|
||||
|
|
Loading…
Add table
Reference in a new issue