0
我把谷歌地圖中的片段和所有這一切在相對佈局使Google地圖V2全屏顯示Activity?
但時許填充|左|右|頂映射,
地圖上沒有延伸到整個屏幕,並採取恆定大小沒有變化的照片
我想要做的這張照片
XML文件從RelativeLayout
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="#ebebeb"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin" >
<fragment
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/belowlayout"
/>
<RelativeLayout
android:id="@+id/belowlayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:orientation="horizontal" >
<Button
android:id="@+id/button7"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_gravity="right|center_horizontal"
android:layout_marginBottom="14dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="14dp"
android:onClick="NextActivity"
android:text="Next"
android:textColor="#ffffff" />
</RelativeLayout>
其正先生,運作良好 –
請接受的答案,如果它解決您的問題 – raju
OK的人,等待的網站說可以請等待5分鐘 –