Where are all the standard Android icon resources?

前端 未结 8 1423
暗喜
暗喜 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:25

    A lot of them can be found in android.R.drawable but not all are publicly accessible

    0 讨论(0)
  • 2020-12-04 21:34

    For those of you in the Visual Studio/Xamarin Android camp, you can view and add the standard Material icons pretty easily using the following plugin:

    https://marketplace.visualstudio.com/items?itemName=nikainteristi.Materialiconsgenerator

    I've used it a few times in my projects.

    0 讨论(0)
提交回复
热议问题