I have just started writing my first ever Java/Android application, so forgive the total n00b question.
How do you access the the standard operating system icons suc
You can acces them via android.R.drawable.* or in xml by @android:drawable/something.
android.R.drawable.*
@android:drawable/something