您的位置:首页 > 其它

QQ发送位置(高德地图)

2016-03-18 16:08 344 查看
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >

<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:background="#00b4ef"
android:orientation="horizontal" >

<ImageButton
android:id="@+id/mapaddress_back"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="4"
android:background="#00000000"
android:src="@mipmap/left_back" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_gravity="center_vertical"
android:orientation="horizontal"
android:layout_weight="2"
android:background="@drawable/fillet">

<ImageView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:src="@mipmap/seek"
android:layout_marginLeft="5dp"/>

<AutoCompleteTextView
android:id="@+id/searchaddress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginLeft="5.0dip"
android:background="@null"
android:completionThreshold="1"
android:dropDownVerticalOffset="1.0dip"
android:hint="请输入关键字"
android:imeOptions="actionDone"
android:inputType="text|textAutoComplete"
android:maxLength="20"
android:paddingRight="37.0dip"
android:singleLine="true"
android:textColor="#000000"
android:textSize="16.0sp" />

</LinearLayout>

<Button
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_weight="3.5"
android:layout_marginLeft="10dp"
android:layout_marginTop="8dp"
android:layout_marginRight="5dp"
android:layout_marginBottom="8dp"
android:layout_gravity="center_vertical"
android:textSize="20dp"
android:textColor="@android:color/white"
android:background="@drawable/sure"
android:text="取消"/>

</LinearLayout>

<ListView
android:id="@+id/address_list"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
</ListView>

</LinearLayout>


address.xml
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: