From 327254d759cbf0a6de1f669f892239849f6cdb65 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Sun, 11 Jun 2023 15:50:34 +0200 Subject: [PATCH] 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 --- app/src/main/res/layout/item_status_notification.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/item_status_notification.xml b/app/src/main/res/layout/item_status_notification.xml index 2cf63e55..0ed4d0e8 100644 --- a/app/src/main/res/layout/item_status_notification.xml +++ b/app/src/main/res/layout/item_status_notification.xml @@ -57,7 +57,6 @@ android:paddingStart="0dp" android:paddingEnd="@dimen/status_display_name_padding_end" android:paddingBottom="4dp" - android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small" android:textColor="?android:textColorTertiary" android:textSize="?attr/status_text_medium" android:textStyle="normal|bold"