diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-08-20 03:17:33 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-08-20 03:17:33 +0000 |
commit | 53ef74b70e445763fc50b6a1382cd8ee2dab3299 (patch) | |
tree | cc8a9e34c1acb57e23179a9db3aaa801a96ac54b /app/src/main/res/layout | |
parent | 24348b256fd1db6c395fc22304fe425b13b82edc (diff) | |
download | infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar.gz infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar.bz2 infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar.lz infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar.xz infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.tar.zst infinity-for-reddit-53ef74b70e445763fc50b6a1382cd8ee2dab3299.zip |
Remove legacy code for CustomizeMainPageTabsFragment.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_customize_main_page_tabs.xml (renamed from app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
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.xml index a9b10c8c..a6803e7f 100644 --- a/app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml +++ b/app/src/main/res/layout/fragment_customize_main_page_tabs.xml @@ -4,7 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".Settings.CustomizeMainPageTabsTestFragment"> + tools:context=".Settings.CustomizeMainPageTabsFragment"> <LinearLayout android:layout_width="match_parent" |