diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 08:12:30 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 08:12:30 +0100 |
commit | d93401d0c6d694cff4ef5ab1e020ed44a62b43bf (patch) | |
tree | 2241d3bdb507273374e40ecefbe64608910b91d5 /res/menu/logmenu.xml | |
parent | 73ce5f927b18c8e3afee469d9129a39efbb90d67 (diff) |
Give view options the right icon
Diffstat (limited to 'res/menu/logmenu.xml')
-rw-r--r-- | res/menu/logmenu.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index d59dcf6f..04592a26 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -5,13 +5,13 @@ <item
android:id="@+id/toggle_time"
android:alphabeticShortcut="t"
- android:icon="@drawable/ic_clock"
+ android:icon="@android:drawable/ic_menu_view"
android:showAsAction="withText|ifRoom"
- android:title="@string/toggle_timestamps"/>
+ android:title="@string/logview_options" />
<item
android:id="@+id/clearlog"
- android:icon="@drawable/ic_menu_trash_holo_light"
+ android:icon="@android:drawable/ic_menu_delete"
android:showAsAction="ifRoom|withText"
android:title="@string/clear_log"
android:titleCondensed="@string/clear"/>
|