From 720aa0b6bde98c272878fd22a4f705f5b31183db Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 30 Jul 2021 18:00:42 +0800 Subject: Prepare to implement customization options for post details page. --- app/src/main/res/layout/item_trending_search.xml | 3 +- app/src/main/res/values/strings.xml | 1 + app/src/main/res/xml/interface_preferences.xml | 4 +++ app/src/main/res/xml/post_details_preferences.xml | 39 +++++++++++++++++++++++ 4 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 app/src/main/res/xml/post_details_preferences.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_trending_search.xml b/app/src/main/res/layout/item_trending_search.xml index 8227b938..d1cdbded 100644 --- a/app/src/main/res/layout/item_trending_search.xml +++ b/app/src/main/res/layout/item_trending_search.xml @@ -69,6 +69,7 @@ android:maxLines="2" android:textColor="#FFFFFF" android:textSize="?attr/title_font_20" - android:fontFamily="?attr/title_font_family" /> + android:fontFamily="?attr/title_font_family" + android:textStyle="bold" /> \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b0cf0dde..522701ce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -588,6 +588,7 @@ Show Only One Comment Level Indicator Switch to Landscape Orientation in Video Player Automatically Remember Muting Option in Post Feed + Post Details Cannot get the link diff --git a/app/src/main/res/xml/interface_preferences.xml b/app/src/main/res/xml/interface_preferences.xml index 201b13cd..47207d0a 100644 --- a/app/src/main/res/xml/interface_preferences.xml +++ b/app/src/main/res/xml/interface_preferences.xml @@ -53,6 +53,10 @@ app:title="@string/settings_category_post_title" app:fragment="ml.docilealligator.infinityforreddit.settings.PostPreferenceFragment" /> + + diff --git a/app/src/main/res/xml/post_details_preferences.xml b/app/src/main/res/xml/post_details_preferences.xml new file mode 100644 index 00000000..48e1ffbd --- /dev/null +++ b/app/src/main/res/xml/post_details_preferences.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3