aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 10:38:13 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 10:38:13 +1300
commitb5375c8832963070917d572ed520345f75f1b9a8 (patch)
tree10a7f39b33ac0d108c5aed8dee3b77b8cdbda944 /app/src/main/res/layout
parent958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2 (diff)
downloadetbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.tar.gz
etbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.tar.bz2
etbsa-traccar-manager-android-b5375c8832963070917d572ed520345f75f1b9a8.zip
Start app from scratch
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_main.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 1e523d2..3d47df2 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -1,9 +1,7 @@
-<fragment
+<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:id="@+id/map"
- android:name="com.google.android.gms.maps.SupportMapFragment"
+ android:id="@android:id/content"
tools:context=".MainActivity" />
-