Possible Duplicate:
Standard Android menu icons, for example refresh
Where can I find the name of the default Android menu icons (like refresh or compose)?
The code below has an error stating that the resource is not public
<item android:id="@+id/preference" android:icon="@android:drawable/ic_menu_refresh" android:showAsAction="ifRoom" />
Update/Reinstall App If you are noticing duplicate icons for a single app repeatedly, its possible that the error stems from the app itself, rather than somewhere else. At this point, you should update the app (if there is one), and check if that resolves the duplicate icon error in Android.
Then after installing your app, the OS will pick the icon that matches your phone configuration and create a shortcut on your installed apps page. The icons reside inside the . apk of each individual app.
Go to the drawer, choose the app you want to add, touch and hold it for a second or two, then drag it up to the dock.
\path-to-your-android-sdk-folder\platforms\android-xx\data\res
you can use
android.R.drawable.xxx
(use autocomplete to see whats in there)
Or download the stuff from http://developer.android.com/design/downloads/index.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With