/v3.2/nimbits-android/res/layout/map_view.xml
XML | 17 lines | 11 code | 4 blank | 2 comment | 0 complexity | 619b80f8a068bb3799dda127aee72437 MD5 | raw file
1<?xml version="1.0" encoding="utf-8"?> 2<LinearLayout 3 xmlns:android="http://schemas.android.com/apk/res/android" 4 android:layout_width="wrap_content" 5 android:layout_height="wrap_content" android:clickable="true"> 6 7 8<com.google.android.maps.MapView 9 android:layout_width="fill_parent" 10 android:layout_height="fill_parent" 11 android:apiKey="0jLx_HoT8VBiy-w4RQpL7AorX3wy8EzcYeq_2cw" 12 android:id="@+id/mapview1" android:isScrollContainer="false"/> 13 14</LinearLayout> 15<!-- android:apiKey="0jLx_HoT8VBhiLaT2kZ2iB9ru2IpQNmyEbYjsZQ" --> 16 17<!--prod android:apiKey="0jLx_HoT8VBiy-w4RQpL7AorX3wy8EzcYeq_2cw" -->