From 4e6fc4fcdbcc3c75be13b3f8b80c24e4648fe354 Mon Sep 17 00:00:00 2001 From: marcinzelent Date: Thu, 19 Apr 2018 23:03:13 +0200 Subject: Added details view, improved observations list --- .../res/layout/activity_observation_details.xml | 216 +++++++++++++++++++++ 1 file changed, 216 insertions(+) create mode 100644 app/src/main/res/layout/activity_observation_details.xml (limited to 'app/src/main/res/layout/activity_observation_details.xml') diff --git a/app/src/main/res/layout/activity_observation_details.xml b/app/src/main/res/layout/activity_observation_details.xml new file mode 100644 index 0000000..938fe91 --- /dev/null +++ b/app/src/main/res/layout/activity_observation_details.xml @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3