From f0eafdf143d90d0b18d0f6947cbd3d02dff6e037 Mon Sep 17 00:00:00 2001 From: Sander Bogaert Date: Thu, 26 Jul 2012 09:17:32 -0400 Subject: [PATCH] Make folderlist use new icons. --- res/menu/folder_list_option.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/menu/folder_list_option.xml b/res/menu/folder_list_option.xml index c7a458297..7a840c9e1 100644 --- a/res/menu/folder_list_option.xml +++ b/res/menu/folder_list_option.xml @@ -4,7 +4,7 @@ android:id="@+id/compose" android:alphabeticShortcut="c" android:title="@string/compose_action" - android:icon="@drawable/ic_menu_compose" + android:icon="@drawable/ic_action_compose" android:showAsAction="always" />