Newer
Older
dxcgt_app / app / src / main / res / layout / activity_locationoverlay.xml
wangxitong on 12 Jan 2021 898 bytes first commit
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent" >

    <com.smartdot.cgt.view.MyLocationMapView
        android:id="@+id/bmapView"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:clickable="true" />

    <Button
        android:id="@+id/button1"
        android:layout_width="40dp"
        android:layout_height="40dp"
        android:layout_alignParentRight="true"
        android:layout_alignParentTop="true"
        android:layout_marginRight="15dp"
        android:layout_marginTop="15dp"
        android:background="@drawable/btn_coustom"
        android:gravity="center"
        android:text="定位"
        android:textColor="#FFFFFF"
        android:textSize="16dp" />

</RelativeLayout>