From 3688d437f473ef73599ed723063646d3c5bf1644 Mon Sep 17 00:00:00 2001 From: Tharun kumar <cb.en.u4cse17419@cb.students.amrita.edu> Date: Mon, 20 Apr 2020 18:40:24 +0530 Subject: [PATCH] this file belong to values --- colors.xml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 colors.xml diff --git a/colors.xml b/colors.xml new file mode 100644 index 0000000..69b2233 --- /dev/null +++ b/colors.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <color name="colorPrimary">#008577</color> + <color name="colorPrimaryDark">#00574B</color> + <color name="colorAccent">#D81B60</color> +</resources> -- GitLab