diff options
Diffstat (limited to 'res/menu')
-rw-r--r-- | res/menu/logmenu.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/menu/logmenu.xml b/res/menu/logmenu.xml index ee0f86de..9e79702c 100644 --- a/res/menu/logmenu.xml +++ b/res/menu/logmenu.xml @@ -34,7 +34,7 @@ <item
android:id="@+id/toggle_time"
android:alphabeticShortcut="t"
- android:icon="@android:drawable/ic_menu_week"
+ android:icon="@drawable/ic_clock"
android:showAsAction="withText|ifRoom"
android:title="@string/toggle_timestamps"/>
|