From d2ee6a21355c390a4aaefc6ea847060c8e47c6ae Mon Sep 17 00:00:00 2001 From: Isidro Henoch Date: Wed, 8 Dec 2021 02:09:47 -0600 Subject: WIP: Starts implementing the main activity - Removes the MainActivity and the shared code it was using - Adds the UnitsActivity - Implements the Map/List toggle functionality --- androidApp/src/main/res/layout/devices_fragment.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 androidApp/src/main/res/layout/devices_fragment.xml (limited to 'androidApp/src/main/res/layout/devices_fragment.xml') diff --git a/androidApp/src/main/res/layout/devices_fragment.xml b/androidApp/src/main/res/layout/devices_fragment.xml new file mode 100644 index 0000000..579afc2 --- /dev/null +++ b/androidApp/src/main/res/layout/devices_fragment.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3