[android] Change text appearance

This commit is contained in:
Dmitry Donskoy 2018-12-10 15:57:49 +03:00 committed by Arsentiy Milchakov
parent 588cab25ec
commit 8dcaa9297b
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
android:layout_marginRight="@dimen/margin_base"
android:layout_marginStart="@dimen/margin_base"
android:layout_marginTop="@dimen/margin_base"
android:textAppearance="@style/MwmTextAppearance.Body1"
android:textAppearance="?android:attr/textAppearance"
tools:text="Long, long text Long, long text Long, long text Long, long text Long, long text Long, long text "/>
<TextView

View file

@ -19,7 +19,7 @@
android:layout_marginStart="@dimen/margin_base"
android:layout_marginTop="@dimen/margin_base"
android:maxLength="2000"
android:textAppearance="?android:attr/textAppearanceLarge"/>
android:textAppearance="?android:attr/textAppearance"/>
<TextView
android:id="@+id/more_btn"
@ -30,7 +30,7 @@
android:layout_marginLeft="@dimen/margin_base"
android:layout_marginRight="@dimen/margin_base"
android:layout_marginStart="@dimen/margin_base"
android:textAppearance="?android:attr/textAppearanceLarge"
android:textAppearance="?android:attr/textAppearance"
android:gravity="start|top"
android:textColor="?attr/colorAccent"
android:text="@string/category_desc_more"