From 53ef74b70e445763fc50b6a1382cd8ee2dab3299 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 20 Aug 2020 11:17:33 +0800 Subject: Remove legacy code for CustomizeMainPageTabsFragment. --- .../layout/fragment_customize_main_page_tabs.xml | 365 +++++++++++++++++++++ .../fragment_customize_main_page_tabs_test.xml | 365 --------------------- .../xml/customize_main_page_tabs_preferences.xml | 76 ----- app/src/main/res/xml/interface_preference.xml | 2 +- 4 files changed, 366 insertions(+), 442 deletions(-) create mode 100644 app/src/main/res/layout/fragment_customize_main_page_tabs.xml delete mode 100644 app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml delete mode 100644 app/src/main/res/xml/customize_main_page_tabs_preferences.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_customize_main_page_tabs.xml b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml new file mode 100644 index 00000000..a6803e7f --- /dev/null +++ b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml b/app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml deleted file mode 100644 index a9b10c8c..00000000 --- a/app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml +++ /dev/null @@ -1,365 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/customize_main_page_tabs_preferences.xml b/app/src/main/res/xml/customize_main_page_tabs_preferences.xml deleted file mode 100644 index 37e17d0c..00000000 --- a/app/src/main/res/xml/customize_main_page_tabs_preferences.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/xml/interface_preference.xml b/app/src/main/res/xml/interface_preference.xml index 10efc01f..2e5c71e3 100644 --- a/app/src/main/res/xml/interface_preference.xml +++ b/app/src/main/res/xml/interface_preference.xml @@ -16,7 +16,7 @@ + app:fragment="ml.docilealligator.infinityforreddit.Settings.CustomizeMainPageTabsFragment" />