diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-26 09:42:32 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-12-26 09:42:32 +1300 |
commit | 958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2 (patch) | |
tree | 39383109363f58eba5526bba95a789371da7f66a /app/src/main/res/layout | |
parent | b28175783a747fcb54f646cdd706f443a91695dc (diff) | |
download | etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.tar.gz etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.tar.bz2 etbsa-traccar-manager-android-958366ccabaaa2768fd4030fdb7c4cfc7ba04dd2.zip |
Update project SDK and API key
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_main.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index c036319..1e523d2 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,4 +1,9 @@ -<fragment 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" tools:context=".MainActivity" - android:name="com.google.android.gms.maps.SupportMapFragment" /> +<fragment + 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" + tools:context=".MainActivity" /> + |