From c8d88ec3364218802bc48257b7766ad8f19a6e45 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Wed, 17 Aug 2022 08:49:03 +0000 Subject: 2-Simplify sources modules tree --- .../src/main/res/values/colors.xml | 27 ++++++++++++++++++ .../src/main/res/values/strings.xml | 20 +++++++++++++ .../src/main/res/values/themes.xml | 33 ++++++++++++++++++++++ 3 files changed, 80 insertions(+) create mode 100644 fakelocation/fakelocationdemo/src/main/res/values/colors.xml create mode 100644 fakelocation/fakelocationdemo/src/main/res/values/strings.xml create mode 100644 fakelocation/fakelocationdemo/src/main/res/values/themes.xml (limited to 'fakelocation/fakelocationdemo/src/main/res/values') diff --git a/fakelocation/fakelocationdemo/src/main/res/values/colors.xml b/fakelocation/fakelocationdemo/src/main/res/values/colors.xml new file mode 100644 index 0000000..29591a8 --- /dev/null +++ b/fakelocation/fakelocationdemo/src/main/res/values/colors.xml @@ -0,0 +1,27 @@ + + + + + #FFBB86FC + #FF6200EE + #FF3700B3 + #FF03DAC5 + #FF018786 + #FF000000 + #FFFFFFFF + \ No newline at end of file diff --git a/fakelocation/fakelocationdemo/src/main/res/values/strings.xml b/fakelocation/fakelocationdemo/src/main/res/values/strings.xml new file mode 100644 index 0000000..17b69db --- /dev/null +++ b/fakelocation/fakelocationdemo/src/main/res/values/strings.xml @@ -0,0 +1,20 @@ + + + + FakeLocationDemo + \ No newline at end of file diff --git a/fakelocation/fakelocationdemo/src/main/res/values/themes.xml b/fakelocation/fakelocationdemo/src/main/res/values/themes.xml new file mode 100644 index 0000000..9ce6d28 --- /dev/null +++ b/fakelocation/fakelocationdemo/src/main/res/values/themes.xml @@ -0,0 +1,33 @@ + + + + + + \ No newline at end of file -- cgit v1.2.1