From fce7acfe3581e5bb13bf15debb4289a1735d12ff 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/AndroidManifest.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'androidApp/src/main/AndroidManifest.xml') diff --git a/androidApp/src/main/AndroidManifest.xml b/androidApp/src/main/AndroidManifest.xml index 718fc5d..889342f 100644 --- a/androidApp/src/main/AndroidManifest.xml +++ b/androidApp/src/main/AndroidManifest.xml @@ -1,14 +1,17 @@ - + + + android:label="@string/app_name" + android:supportsRtl="true" + android:theme="@style/AppTheme"> @@ -17,5 +20,8 @@ + \ No newline at end of file -- cgit v1.2.3