반응형
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" />
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
Android Transition Animation (TransitionManager, Transition, Scene) Tutorial (0) | 2014.04.08 |
---|---|
[android] AutoCompleteTextView 때문에 Filterable 을 적용한 경우 example. (0) | 2014.04.08 |
[android] Fake Message로 GCM 수신 테스트 하기. ( simulation ) (0) | 2014.04.07 |
[android] Launch UX Improvement. (0) | 2014.04.04 |
[android] ThumbnailUtils 요런 녀석 있는 줄 알았삼? (0) | 2014.04.04 |
댓글