Changing Add Account icon to another asset

Bug: 3405709
Bug: 3362749

Change-Id: I84773b05c105fdcbc6d925a2ddec2b9a2bf89c6a
This commit is contained in:
Justin Ho 2011-01-31 16:57:47 -08:00
parent 04d3f01447
commit 389a03bf1e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/add_new_account"
android:title="@string/add_account_action"
android:icon="@android:drawable/ic_menu_add"
android:icon="@drawable/ic_menu_add_account_holo_light"
android:showAsAction="ifRoom|withText"
/>
</menu>