Tidied up menus and button labels - call this version 4.0.0a - very alpha but it does most of what it needs to :)
This commit is contained in:
@@ -46,13 +46,13 @@
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/test_sms_alarm_notification" />
|
||||
|
||||
<item
|
||||
<!--<item
|
||||
android:enabled="false"
|
||||
android:id="@+id/action_test_phone_alarm"
|
||||
android:icon="@drawable/stop_server"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/test_phone_alarm_notification" />
|
||||
|
||||
-->
|
||||
<item
|
||||
android:enabled="true"
|
||||
android:id="@+id/action_report_seizure"
|
||||
@@ -69,14 +69,14 @@
|
||||
android:title="@string/data_log_manager"
|
||||
/>
|
||||
|
||||
<item
|
||||
<!-- <item
|
||||
android:enabled="true"
|
||||
android:id="@+id/action_authenticate_api"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/authenticate"
|
||||
/>
|
||||
|
||||
-->
|
||||
<item
|
||||
android:id="@+id/action_logs"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
@@ -84,7 +84,7 @@
|
||||
android:title="@string/view_log_entries"
|
||||
android:enabled="true"
|
||||
/>
|
||||
|
||||
<!--
|
||||
<item
|
||||
android:enabled="false"
|
||||
android:id="@+id/action_export"
|
||||
@@ -92,7 +92,7 @@
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/export_data"
|
||||
/>
|
||||
|
||||
-->
|
||||
<item
|
||||
android:id="@+id/action_settings"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
|
||||
Reference in New Issue
Block a user