Remove android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small" (#3663)
It caused text size differences between the text in this view and all the other textviews in this layout. It's not used in other layouts. Fixes https://github.com/tuskyapp/Tusky/issues/3494
This commit is contained in:
parent
2a9ad92e55
commit
327254d759
|
@ -57,7 +57,6 @@
|
||||||
android:paddingStart="0dp"
|
android:paddingStart="0dp"
|
||||||
android:paddingEnd="@dimen/status_display_name_padding_end"
|
android:paddingEnd="@dimen/status_display_name_padding_end"
|
||||||
android:paddingBottom="4dp"
|
android:paddingBottom="4dp"
|
||||||
android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small"
|
|
||||||
android:textColor="?android:textColorTertiary"
|
android:textColor="?android:textColorTertiary"
|
||||||
android:textSize="?attr/status_text_medium"
|
android:textSize="?attr/status_text_medium"
|
||||||
android:textStyle="normal|bold"
|
android:textStyle="normal|bold"
|
||||||
|
|
Loading…
Reference in New Issue