Add new activity to list actual marker for future edit in a form

This commit is contained in:
clement
2024-07-08 11:20:50 +02:00
parent eb93531816
commit f7a8720669
7 changed files with 61 additions and 3 deletions

View 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>