[android] Fixed wiki desc appearance

This commit is contained in:
Dmitry Donskoy 2019-04-25 12:23:33 +03:00 committed by Arsentiy Milchakov
parent a071fea956
commit 5de7acf1ab

View file

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