From c54035f87d25c1af07ec83abce9512cc1585bf78 Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Fri, 12 Apr 2019 17:05:45 +0200 Subject: [PATCH] Add new legend layout --- app/src/main/res/drawable/circle_green.xml | 11 +++ .../main/res/layout/layout_legend_color.xml | 74 +++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 app/src/main/res/drawable/circle_green.xml create mode 100644 app/src/main/res/layout/layout_legend_color.xml diff --git a/app/src/main/res/drawable/circle_green.xml b/app/src/main/res/drawable/circle_green.xml new file mode 100644 index 00000000..93111933 --- /dev/null +++ b/app/src/main/res/drawable/circle_green.xml @@ -0,0 +1,11 @@ + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/layout_legend_color.xml b/app/src/main/res/layout/layout_legend_color.xml new file mode 100644 index 00000000..2b4b9b82 --- /dev/null +++ b/app/src/main/res/layout/layout_legend_color.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + \ No newline at end of file