summaryrefslogtreecommitdiff
path: root/src/ui/android/res/layout/activity_navigation.xml
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-15 10:33:31 +0100
commit735f5ff76f79ca53a1b2ed8cc0e13a75c9a01f5d (patch)
tree707e0f575302284d17345f61899569ab16711ff2 /src/ui/android/res/layout/activity_navigation.xml
parent422248f11fdb1aa76af72bee67d30ea8d63fa892 (diff)
Remove `src/ui` folder, moved to:
https://github.com/GrammaticalFramework/gf-offline-translator
Diffstat (limited to 'src/ui/android/res/layout/activity_navigation.xml')
-rw-r--r--src/ui/android/res/layout/activity_navigation.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/ui/android/res/layout/activity_navigation.xml b/src/ui/android/res/layout/activity_navigation.xml
deleted file mode 100644
index 44311b90d..000000000
--- a/src/ui/android/res/layout/activity_navigation.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- A DrawerLayout is intended to be used as the top-level content view using match_parent for both width and height to consume the full space available. -->
-<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/drawer_layout"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".gui.activities.NavigationActivity">
-
- <!-- As the main content view, the view below consumes the entire
- space available using match_parent in both dimensions. -->
- <FrameLayout
- android:id="@+id/container"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-
-</android.support.v4.widget.DrawerLayout>