본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] compat version mapfragment xml example.

by 돼지왕 왕돼지 2014. 4. 7.
반응형


 android, compat version mapfragment xml example.

 

[android] compat version mapfragment xml example.


<fragment xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:map="http://schemas.android.com/apk/res-auto"

    android:id="@+id/trace_route_map"

    android:name="com.google.android.gms.maps.MapFragment"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    class="com.google.android.gms.maps.SupportMapFragment"

    map:cameraTargetLat="37.566619"

    map:cameraTargetLng="126.977984"

    map:cameraZoom="16" />



반응형

댓글