From 510af2d6b2769f3dd80ad746cfb65f83499725e1 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Thu, 4 Mar 2021 10:37:14 +0000 Subject: [PATCH] material (slightly larger) text sizes in template list --- app/src/main/res/layout/template_list_template_item.xml | 2 +- app/src/main/res/layout/templates_fallback_divider.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/template_list_template_item.xml b/app/src/main/res/layout/template_list_template_item.xml index 0c9c21bd..4cade777 100644 --- a/app/src/main/res/layout/template_list_template_item.xml +++ b/app/src/main/res/layout/template_list_template_item.xml @@ -30,7 +30,7 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" android:minHeight="@dimen/thumb_row_height" - android:textAppearance="?attr/textAppearanceListItem" + android:textAppearance="@android:style/TextAppearance.Material.Medium" app:layout_constraintEnd_toEndOf="parent" /> \ No newline at end of file diff --git a/app/src/main/res/layout/templates_fallback_divider.xml b/app/src/main/res/layout/templates_fallback_divider.xml index acff1962..0276db96 100644 --- a/app/src/main/res/layout/templates_fallback_divider.xml +++ b/app/src/main/res/layout/templates_fallback_divider.xml @@ -36,6 +36,7 @@ android:gravity="end" android:text="@string/fallback_templates_divider" android:textStyle="italic" + android:textAppearance="@android:style/TextAppearance.Small" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toBottomOf="@id/divider" /> -- 2.39.2