From 0694c471c4ba39fa8235e1ecfcc4e8e40ad13ad2 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 25 Mar 2020 18:06:43 +0800 Subject: Fix some bugs in CustomizeThemeActivity. --- app/src/main/res/layout/item_custom_theme.xml | 22 ----------- .../res/layout/item_predefined_custom_theme.xml | 25 ++++++++++++ app/src/main/res/layout/item_theme_name.xml | 24 ++++++++++++ app/src/main/res/layout/item_user_custom_theme.xml | 44 ++++++++++++++++++++++ 4 files changed, 93 insertions(+), 22 deletions(-) delete mode 100644 app/src/main/res/layout/item_custom_theme.xml create mode 100644 app/src/main/res/layout/item_predefined_custom_theme.xml create mode 100644 app/src/main/res/layout/item_theme_name.xml create mode 100644 app/src/main/res/layout/item_user_custom_theme.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/item_custom_theme.xml b/app/src/main/res/layout/item_custom_theme.xml deleted file mode 100644 index 1aba3472..00000000 --- a/app/src/main/res/layout/item_custom_theme.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_predefined_custom_theme.xml b/app/src/main/res/layout/item_predefined_custom_theme.xml new file mode 100644 index 00000000..432628b1 --- /dev/null +++ b/app/src/main/res/layout/item_predefined_custom_theme.xml @@ -0,0 +1,25 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_theme_name.xml b/app/src/main/res/layout/item_theme_name.xml new file mode 100644 index 00000000..84c49d7c --- /dev/null +++ b/app/src/main/res/layout/item_theme_name.xml @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_user_custom_theme.xml b/app/src/main/res/layout/item_user_custom_theme.xml new file mode 100644 index 00000000..fe610557 --- /dev/null +++ b/app/src/main/res/layout/item_user_custom_theme.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3