From de62c112ffa333a5f34678368ff7e053b04c51f2 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Mon, 28 Oct 2024 16:02:33 +0100 Subject: [PATCH] Twelve: Change default size/style for horizontal_list_item Seems to match YT music Change-Id: I456dbfed36dc66efc620fb3f491bd5145c27e82f --- app/src/main/res/layout/horizontal_list_item.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/horizontal_list_item.xml b/app/src/main/res/layout/horizontal_list_item.xml index d73e662e..e7107701 100644 --- a/app/src/main/res/layout/horizontal_list_item.xml +++ b/app/src/main/res/layout/horizontal_list_item.xml @@ -5,6 +5,7 @@ --> + android:textAppearance="?attr/textAppearanceLabelMedium" + android:textColor="?attr/colorOnSurface" + tools:text="Headline" /> + android:textAppearance="?attr/textAppearanceLabelMedium" + android:textColor="?attr/colorOnSurfaceVariant" + tools:text="Supporting" />