From 87ffd6eef24f6c13ad6500add47f51f7290895d7 Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 24 Apr 2020 10:22:05 -0400 Subject: [PATCH] Reduce size of history card titles --- app/src/main/res/layout/history_item.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/history_item.xml b/app/src/main/res/layout/history_item.xml index acc8a3c2c6..cfbbfee137 100644 --- a/app/src/main/res/layout/history_item.xml +++ b/app/src/main/res/layout/history_item.xml @@ -33,13 +33,14 @@ android:layout_height="wrap_content" android:ellipsize="end" android:maxLines="2" - android:textAppearance="@style/TextAppearance.Medium.Title" /> + android:textAppearance="@style/TextAppearance.Medium" /> + android:layout_below="@id/manga_title" + android:layout_marginTop="4dp" />