EasyHarvestClient/app/src/main/res/layout/activity_edit_privacy_region.xml
2015-10-29 02:57:02 +02:00

28 lines
953 B
XML

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.www.client.pr.EditPrivacyRegionActivity">
<fragment
android:id="@+id/region_map"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.MapFragment"
/>
<EditText
android:id="@+id/region_label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:textColor="@color/black"
android:hint="Type privacy region label..."
android:layout_marginBottom="32dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="60dp"
android:singleLine="true"
/>
</RelativeLayout>