From 74c06151cdd4fad033002c38177e9829cad7e9be Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 5 Apr 2020 16:47:39 +0800 Subject: Fix font size issues. --- app/src/main/res/layout/item_favorite_thing_divider.xml | 3 ++- app/src/main/res/layout/item_predefined_custom_theme.xml | 3 ++- app/src/main/res/layout/item_theme_name.xml | 6 ++++-- app/src/main/res/layout/item_theme_type_divider.xml | 3 ++- app/src/main/res/layout/item_user_custom_theme.xml | 3 ++- 5 files changed, 12 insertions(+), 6 deletions(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/item_favorite_thing_divider.xml b/app/src/main/res/layout/item_favorite_thing_divider.xml index 80add13d..657d5bbf 100644 --- a/app/src/main/res/layout/item_favorite_thing_divider.xml +++ b/app/src/main/res/layout/item_favorite_thing_divider.xml @@ -7,6 +7,7 @@ + android:layout_height="wrap_content" + android:textSize="?attr/font_default" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_predefined_custom_theme.xml b/app/src/main/res/layout/item_predefined_custom_theme.xml index 37dcdb0c..56b97f88 100644 --- a/app/src/main/res/layout/item_predefined_custom_theme.xml +++ b/app/src/main/res/layout/item_predefined_custom_theme.xml @@ -21,7 +21,8 @@ android:layout_weight="1" android:layout_marginStart="32dp" android:layout_gravity="center_vertical" - android:textColor="?attr/primaryTextColor" /> + android:textColor="?attr/primaryTextColor" + android:textSize="?attr/font_default" /> + android:textColor="?attr/primaryTextColor" + android:textSize="?attr/font_16" /> + android:textColor="?attr/secondaryTextColor" + android:textSize="?attr/font_default" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_theme_type_divider.xml b/app/src/main/res/layout/item_theme_type_divider.xml index 0933ae9c..ebeeefd9 100644 --- a/app/src/main/res/layout/item_theme_type_divider.xml +++ b/app/src/main/res/layout/item_theme_type_divider.xml @@ -2,4 +2,5 @@ \ No newline at end of file + android:padding="16dp" + android:textSize="?attr/font_default" /> \ No newline at end of file diff --git a/app/src/main/res/layout/item_user_custom_theme.xml b/app/src/main/res/layout/item_user_custom_theme.xml index e8c4dc65..6f088b8f 100644 --- a/app/src/main/res/layout/item_user_custom_theme.xml +++ b/app/src/main/res/layout/item_user_custom_theme.xml @@ -21,7 +21,8 @@ android:layout_weight="1" android:layout_marginStart="32dp" android:layout_gravity="center_vertical" - android:textColor="?attr/primaryTextColor" /> + android:textColor="?attr/primaryTextColor" + android:textSize="?attr/font_default" />