Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从官方 Android 开发者网站下载了图标包。我想放入我的菜单标准主页图标,但我找不到它 Oo
我在哪里可以在 .png 中找到这个图标?http://i.stack.imgur.com/Pa1TS.png
它在 SDK 中,例如:
platforms/android-8/data/res/drawable-hdpi/ic_menu_home.png
您需要使用剪贴画在Drawables中创建一个新图像(在剪贴画库中,您可以找到 2 个房子图标)
然后像使用任何其他可绘制对象一样使用该可绘制对象:
R.drawable.ic_home