From e3578c59dd7cb65c3d78a1bd219d05577472a0b6 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 2 Jul 2021 23:16:18 +0800 Subject: Save light, dark and amoled Material You themes to database. Add 'Apply Material You' option. Test MotionLayout. --- .../main/res/xml/activity_motion_test_scene.xml | 45 ++++++++++++++++++++++ .../main/res/xml/item_post_with_preview_scene.xml | 26 +++++++++++++ app/src/main/res/xml/theme_preferences.xml | 17 ++++++-- 3 files changed, 85 insertions(+), 3 deletions(-) create mode 100644 app/src/main/res/xml/activity_motion_test_scene.xml create mode 100644 app/src/main/res/xml/item_post_with_preview_scene.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/activity_motion_test_scene.xml b/app/src/main/res/xml/activity_motion_test_scene.xml new file mode 100644 index 00000000..d271b2e1 --- /dev/null +++ b/app/src/main/res/xml/activity_motion_test_scene.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/xml/item_post_with_preview_scene.xml b/app/src/main/res/xml/item_post_with_preview_scene.xml new file mode 100644 index 00000000..dc28317a --- /dev/null +++ b/app/src/main/res/xml/item_post_with_preview_scene.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index 3f726ec0..6bac18e4 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -12,6 +12,7 @@ + + + + + app:key="apply_material_you" + app:title="@string/settings_apply_material_you_title" + app:summary="@string/settings_apply_material_you_summary" /> \ No newline at end of file -- cgit v1.2.3