开发者

Android Icon for "open" or "load"

开发者 https://www.devze.com 2023-01-07 09:03 出处:网络
Is there a built-in Android icon for \"open\" or \"load\"?I\'m making menu items, and I see ic_menu_save, but there\'s no ic_menu_open nor ic_menu_开发者_Go百科load.I guess I could just use ic_menu_ad

Is there a built-in Android icon for "open" or "load"? I'm making menu items, and I see ic_menu_save, but there's no ic_menu_open nor ic_menu_开发者_Go百科load. I guess I could just use ic_menu_add, but that's not quite right. I;m looking for a little folder or something. Surely others have needed an open icon?


If you browse the icons in your SDK, you will see that ic_menu_archive looks like an open folder. However, bear in mind that it looks like an open folder for stock Android -- these icons can be changed by device manufacturers. Google recommends that you copy these icons from your SDK into your project, so that you can have a consistent set within your app.


Following on the approach of CommonsWare, in the last icon bundle (20131120), the more similar is ic_action_collection (open folder). (ic_menu_save is no more included.)

0

精彩评论

暂无评论...
验证码 换一张
取 消