Reputation: 3342
hi guys when i would like to get native icon menu from android.jar i get back this error:
Resource is not public. (at 'icon' with value '@android:drawable/ic_menu_home').
there are some ways to use this icon?
Upvotes: 1
Views: 1990
Reputation: 15089
Already discussed alot about this stuff: http://groups.google.com/group/android-developers/browse_thread/thread/dabbe62aa1b54c13?pli=1
Upvotes: 1
Reputation: 9753
Yes, you can copy it to your project's drawable folder. It's located in <sdk path>\platforms\android-?\data\res\drawable-????\
Upvotes: 2