From c7039b6b0f6ab0f99fefecac07196ada6da2221a Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Fri, 3 Dec 2021 21:18:33 -0600 Subject: Inits the project --- androidApp/src/main/res/values/colors.xml | 6 ++++++ androidApp/src/main/res/values/styles.xml | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 androidApp/src/main/res/values/colors.xml create mode 100644 androidApp/src/main/res/values/styles.xml (limited to 'androidApp/src/main/res/values') diff --git a/androidApp/src/main/res/values/colors.xml b/androidApp/src/main/res/values/colors.xml new file mode 100644 index 0000000..4faecfa --- /dev/null +++ b/androidApp/src/main/res/values/colors.xml @@ -0,0 +1,6 @@ + + + #6200EE + #3700B3 + #03DAC5 + \ No newline at end of file diff --git a/androidApp/src/main/res/values/styles.xml b/androidApp/src/main/res/values/styles.xml new file mode 100644 index 0000000..1971a0a --- /dev/null +++ b/androidApp/src/main/res/values/styles.xml @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file -- cgit v1.2.3