Where are all the standard Android icon resources?

前端 未结 8 1425
暗喜
暗喜 2020-12-04 20:53

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

8条回答
  •  春和景丽
    2020-12-04 21:24

    You can acces them via android.R.drawable.* or in xml by @android:drawable/something.

提交回复
热议问题