Report seizure function now seems to be working. Added list of events to LogManagerControlActivity. Removed redundant files that look similar to the working code.

This commit is contained in:
Graham Jones
2022-01-07 20:02:06 +00:00
parent f303adef50
commit 5294353bcf
10 changed files with 230 additions and 421 deletions

View File

@@ -106,4 +106,10 @@
android:layout_height="wrap_content"
android:text="@string/cancelBtnTxt" />
</LinearLayout>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="msg"
android:id="@+id/msg_tv" />
</LinearLayout>