2
iam在谷歌地圖V2上工作,我想作爲照片,在地圖片段中添加按鈕?
將搜索欄從頂層移到左邊的片段內部。
我做一些試驗,但沒有動作:(
u能幫助我!
照片是
=========
XML文件
<?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="#ffffff"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin" >
<LinearLayout
android:id="@+id/topLayout"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:orientation="horizontal" >
<EditText
android:id="@+id/editText1"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:hint="@string/search"
android:textColorHint="#c7c7c7"
android:width="250dp" />
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="fill_parent"
android:onClick="geoLocate"
android:padding="0dp"
android:paddingBottom="0dp"
android:background="#359c5e"
android:text="@string/go"
android:textColor="#ffffff" />
</LinearLayout>
<fragment
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="fill_parent"
android:layout_height="match_parent"
android:layout_above="@+id/belowlayout"
android:layout_below="@id/topLayout"
android:layout_marginTop="7dp" />
<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:background="#359c5e"
android:layout_marginBottom="14dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="14dp"
android:text="Next"
android:textColor="#ffffff" />
</RelativeLayout>
感謝先生,運作良好 –
這是確定的朋友歡迎,,,,,,,,, –
我可以用U先生溝通? –