mirror of
https://github.com/Team4388/RidgeScout.git
synced 2026-06-09 08:38:03 -06:00
Almost completely make the field editor
TODO: - Add delete button - Add "revert version" button
This commit is contained in:
@@ -53,6 +53,15 @@
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/cancel_edit_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Cancel"
|
||||
android:textSize="20sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent" />
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/revert_version_button"
|
||||
@@ -81,7 +90,8 @@
|
||||
<com.astatin3.scoutingapp2025.utility.ReorderableTableLayout
|
||||
android:id="@+id/fieldsArea"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginBottom="60dp">
|
||||
|
||||
</com.astatin3.scoutingapp2025.utility.ReorderableTableLayout>
|
||||
</ScrollView>
|
||||
|
||||
@@ -141,6 +141,9 @@
|
||||
android:id="@+id/navigation_data_fields"
|
||||
android:name="com.astatin3.scoutingapp2025.ui.data.FieldsFragment"
|
||||
tools:layout="@layout/fragment_data_fields">
|
||||
<action
|
||||
android:id="@+id/action_navigation_data_fields_to_navigation_data_fields_chooser"
|
||||
app:destination="@id/navigation_data_fields_chooser" />
|
||||
</fragment>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user