diff options
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" |