From 9e4dec362dc575e44be99e650cb4c4b1e031644c Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 19 Mar 2020 22:30:57 +0800 Subject: Still implementing custom theme settings. --- .../res/layout/activity_custom_theme_listing.xml | 41 ++++++++++++++++++++++ app/src/main/res/layout/item_custom_theme.xml | 22 ++++++++++++ .../res/layout/item_custom_theme_color_item.xml | 40 +++++++++++++++++++++ .../res/layout/item_custom_theme_switch_item.xml | 41 ++++++++++++++++++++++ app/src/main/res/layout/item_theme_color_item.xml | 33 ----------------- app/src/main/res/layout/item_theme_switch_item.xml | 32 ----------------- 6 files changed, 144 insertions(+), 65 deletions(-) create mode 100644 app/src/main/res/layout/activity_custom_theme_listing.xml create mode 100644 app/src/main/res/layout/item_custom_theme.xml create mode 100644 app/src/main/res/layout/item_custom_theme_color_item.xml create mode 100644 app/src/main/res/layout/item_custom_theme_switch_item.xml delete mode 100644 app/src/main/res/layout/item_theme_color_item.xml delete mode 100644 app/src/main/res/layout/item_theme_switch_item.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_custom_theme_listing.xml b/app/src/main/res/layout/activity_custom_theme_listing.xml new file mode 100644 index 00000000..f128c11c --- /dev/null +++ b/app/src/main/res/layout/activity_custom_theme_listing.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_custom_theme.xml b/app/src/main/res/layout/item_custom_theme.xml new file mode 100644 index 00000000..1aba3472 --- /dev/null +++ b/app/src/main/res/layout/item_custom_theme.xml @@ -0,0 +1,22 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_custom_theme_color_item.xml b/app/src/main/res/layout/item_custom_theme_color_item.xml new file mode 100644 index 00000000..9a56b98b --- /dev/null +++ b/app/src/main/res/layout/item_custom_theme_color_item.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_custom_theme_switch_item.xml b/app/src/main/res/layout/item_custom_theme_switch_item.xml new file mode 100644 index 00000000..18e3aed2 --- /dev/null +++ b/app/src/main/res/layout/item_custom_theme_switch_item.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_theme_color_item.xml b/app/src/main/res/layout/item_theme_color_item.xml deleted file mode 100644 index 6adc2d29..00000000 --- a/app/src/main/res/layout/item_theme_color_item.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/src/main/res/layout/item_theme_switch_item.xml b/app/src/main/res/layout/item_theme_switch_item.xml deleted file mode 100644 index 4b337fc8..00000000 --- a/app/src/main/res/layout/item_theme_switch_item.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3