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/xml/interface_preferences.xml | 4 +++ app/src/main/res/xml/post_details_preferences.xml | 39 +++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 app/src/main/res/xml/post_details_preferences.xml (limited to 'app/src/main/res/xml') 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