Added 'Report Seizure' activity. UI seems to work, but database part that looks for the closest datapoint is not working.
This commit is contained in:
@@ -53,6 +53,14 @@
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/test_phone_alarm_notification" />
|
||||
|
||||
<item
|
||||
android:enabled="true"
|
||||
android:id="@+id/action_report_seizure"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/report_seizure"
|
||||
/>
|
||||
|
||||
<item
|
||||
android:enabled="true"
|
||||
android:id="@+id/action_logmanager"
|
||||
|
||||
Reference in New Issue
Block a user