forked from organicmaps/organicmaps
[android] Change text appearance
This commit is contained in:
parent
588cab25ec
commit
8dcaa9297b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue