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 --- .../src/main/res/layout/devices_fragment.xml | 17 ++++++++++++ androidApp/src/main/res/layout/map_fragment.xml | 17 ++++++++++++ androidApp/src/main/res/layout/units_activity.xml | 31 ++++++++++++++++++++++ 3 files changed, 65 insertions(+) create mode 100644 androidApp/src/main/res/layout/devices_fragment.xml create mode 100644 androidApp/src/main/res/layout/map_fragment.xml create mode 100644 androidApp/src/main/res/layout/units_activity.xml (limited to 'androidApp/src/main/res') 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 diff --git a/androidApp/src/main/res/layout/map_fragment.xml b/androidApp/src/main/res/layout/map_fragment.xml new file mode 100644 index 0000000..8d36fc1 --- /dev/null +++ b/androidApp/src/main/res/layout/map_fragment.xml @@ -0,0 +1,17 @@ + + + + + + \ No newline at end of file diff --git a/androidApp/src/main/res/layout/units_activity.xml b/androidApp/src/main/res/layout/units_activity.xml new file mode 100644 index 0000000..fa98bfc --- /dev/null +++ b/androidApp/src/main/res/layout/units_activity.xml @@ -0,0 +1,31 @@ + + + + + + + + \ No newline at end of file -- cgit v1.2.3