Newer
Older
smartwellapp / app / src / main / res / layout / activity_map_init.xml
Pengxh on 19 May 2021 776 bytes first commit
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
     <com.easymap.android.maps.v3.MapView
		android:layout_width="fill_parent"
		android:layout_height="fill_parent"
		android:id="@+id/MapView">
	</com.easymap.android.maps.v3.MapView>
	<TextView android:id="@+id/textview"
	    android:layout_height="wrap_content"
	    android:layout_width="wrap_content"
	    android:layout_centerHorizontal="true"
	    android:layout_alignParentRight="true"
		android:layout_alignParentTop="true"
	    android:padding="8dp"
	    android:textSize="18dp"
	    android:textColor="#ffffff"
	    android:background="#808080"
	    />
</RelativeLayout>