Add new activity to list actual marker for future edit in a form
This commit is contained in:
11
app/src/main/res/layout/marker_form.xml
Normal file
11
app/src/main/res/layout/marker_form.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<GridLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<TableLayout
|
||||
android:id="@+id/table"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:padding="16dp" />
|
||||
</GridLayout>
|
||||
Reference in New Issue
Block a user