Anna PS wrote: > But I want to add an 'upload error' icon, like you get if you try to > upload a video to YouTube using the inbuilt intent, and I can't find > it in R.drawables (checking on http://androiddrawableexplorer.appspot.com/ > ).
YouTube is not part of the Android open source project. You can find all of the open source drawables in $ANDROID_HOME/platforms/$SDK/data/res/drawable* -- find one you like and copy it into your project. $ANDROID_HOME is where you have the SDK installed, and $SDK is whatever platform release you want to examine (e.g., android-2.1). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Training in NYC: 1-2 May 2010: http://guruloft.com -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

