From d3ddde68fa697da99004a9ff0f1b72d85840a1c5 Mon Sep 17 00:00:00 2001 From: alperozturk Date: Tue, 17 Dec 2024 12:21:53 +0100 Subject: [PATCH] visual fixes Signed-off-by: alperozturk --- app/src/main/res/layout/recommended_files_list_item.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/recommended_files_list_item.xml b/app/src/main/res/layout/recommended_files_list_item.xml index c4d18e463d..06ef2082ac 100644 --- a/app/src/main/res/layout/recommended_files_list_item.xml +++ b/app/src/main/res/layout/recommended_files_list_item.xml @@ -6,6 +6,7 @@ --> @@ -49,7 +51,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="start|center" - android:textSize="12sp" + android:textSize="14sp" android:textColor="@color/text_color" android:ellipsize="end" android:maxLines="1"/> @@ -60,7 +62,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="start|center" - android:textSize="11sp" + android:textSize="12sp" android:textColor="@color/secondary_text_color" android:ellipsize="end" android:maxLines="1"/>