EditEventActivity now retrieves data and saves it back to the remote database

This commit is contained in:
Graham Jones
2022-01-19 19:01:48 +00:00
parent a4a1faf67c
commit 0469604fef
5 changed files with 311 additions and 60 deletions

View File

@@ -86,6 +86,12 @@
android:text="@string/remote_database"
android:textAppearance="?android:attr/textAppearanceLarge" />
<ListView
android:id="@+id/remoteEventsLv"
android:layout_width="wrap_content"
android:layout_height="150dp"
android:layout_marginTop="10dp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"