简体   繁体   English

我找不到安卓主页图标

[英]I can't find android home icon

I donwloaded icon pack from official Android Developer site.我从官方 Android 开发者网站下载了图标包。 I want put in my menu standard home icon but i cant find it Oo我想放入我的菜单标准主页图标,但我找不到它哦

Where i can find this icon in .png?我在哪里可以在 .png 中找到这个图标? http://i.stack.imgur.com/Pa1TS.png http://i.stack.imgur.com/Pa1TS.png

它在 SDK 中,例如:

platforms/android-8/data/res/drawable-hdpi/ic_menu_home.png

You need to create a new image in Drawables using Clip Art (in clip art library you can find 2 house icons)您需要使用剪贴画Drawables 中创建一个新图像(在剪贴画库中,您可以找到 2 个房子图标)

And then use that drawable as you would use any other one:然后像使用任何其他可绘制对象一样使用该可绘制对象:

R.drawable.ic_home

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM