Add button for testing Google Maps
This commit is contained in:
@@ -6,22 +6,30 @@
|
||||
android:layout_height="fill_parent">
|
||||
|
||||
<RelativeLayout tools:ignore="UselessParent">
|
||||
<Button
|
||||
android:id="@+id/addMark"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="50dp"
|
||||
android:backgroundTint="@color/white"
|
||||
android:textColor="@color/black"
|
||||
android:clickable="true"
|
||||
android:text="Add marker" />
|
||||
<TableLayout
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_marginTop="55dp"
|
||||
android:background="@color/white"
|
||||
android:elevation="500dp">
|
||||
<Button
|
||||
android:id="@+id/addMark"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/white"
|
||||
android:focusable="true"
|
||||
android:textColor="@color/black"
|
||||
android:clickable="true"
|
||||
android:text="Add marker" />
|
||||
<Button
|
||||
android:id="@+id/maps"
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:backgroundTint="@color/white"
|
||||
android:focusable="true"
|
||||
android:textColor="@color/black"
|
||||
android:clickable="true"
|
||||
android:text="Test Google Maps" />
|
||||
<TextView
|
||||
android:layout_width="150dp"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user