summaryrefslogtreecommitdiff
path: root/res/menu/logmenu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/logmenu.xml')
-rw-r--r--res/menu/logmenu.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml
index bb810df0..0cc95b69 100644
--- a/res/menu/logmenu.xml
+++ b/res/menu/logmenu.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
<item
android:id="@+id/clearlog"
android:icon="@drawable/ic_menu_trash_holo_light"
@@ -18,7 +19,6 @@
android:showAsAction="ifRoom|withText"
android:title="@string/show_connection_details"
android:titleCondensed="@string/info"/>
-
<item
android:id="@+id/send"
android:icon="@android:drawable/ic_menu_share"
@@ -31,5 +31,11 @@
android:icon="@android:drawable/ic_menu_edit"
android:showAsAction="withText|ifRoom"
android:title="@string/edit_vpn"/>
+ <item
+ android:id="@+id/toggle_time"
+ android:alphabeticShortcut="e"
+ android:icon="@android:drawable/ic_menu_week"
+ android:showAsAction="withText|ifRoom"
+ android:title="@string/toggle_timestamps"/>
</menu> \ No newline at end of file