aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/map_google.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/layout/map_google.xml')
-rw-r--r--main/res/layout/map_google.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/map_google.xml b/main/res/layout/map_google.xml
index 85f550a..85fee7a 100644
--- a/main/res/layout/map_google.xml
+++ b/main/res/layout/map_google.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:orientation="vertical" >
-
-
+ android:orientation="vertical"
+ tools:context=".maps.google.v1.GoogleMapProvider" >
<include layout="@layout/actionbar_maps" />