From 4cd07e3bb61d848590a953a37c8501962e2c0bd8 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 10 Jun 2020 12:22:19 +0800 Subject: Prepare to add different font support. --- app/src/main/res/layout/item_view_all_comments.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/src/main/res/layout/item_view_all_comments.xml') diff --git a/app/src/main/res/layout/item_view_all_comments.xml b/app/src/main/res/layout/item_view_all_comments.xml index 28816da4..713d8ace 100644 --- a/app/src/main/res/layout/item_view_all_comments.xml +++ b/app/src/main/res/layout/item_view_all_comments.xml @@ -8,5 +8,5 @@ android:clickable="true" android:focusable="true" android:text="@string/view_all_comments" - android:textColor="?attr/colorAccent" - android:textSize="?attr/font_default" /> \ No newline at end of file + android:textSize="?attr/font_default" + android:fontFamily="?attr/font_family" /> \ No newline at end of file -- cgit v1.2.3