From 24348b256fd1db6c395fc22304fe425b13b82edc Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 20 Aug 2020 11:02:00 +0800 Subject: Set different main tabs for different users. --- app/src/main/res/layout/dialog_edit_text.xml | 16 + .../fragment_customize_main_page_tabs_test.xml | 365 +++++++++++++++++++++ 2 files changed, 381 insertions(+) create mode 100644 app/src/main/res/layout/dialog_edit_text.xml create mode 100644 app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/dialog_edit_text.xml b/app/src/main/res/layout/dialog_edit_text.xml new file mode 100644 index 00000000..158ff59d --- /dev/null +++ b/app/src/main/res/layout/dialog_edit_text.xml @@ -0,0 +1,16 @@ + + + + + + \ 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 new file mode 100644 index 00000000..a9b10c8c --- /dev/null +++ b/app/src/main/res/layout/fragment_customize_main_page_tabs_test.xml @@ -0,0 +1,365 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3