Android: How to get arrow button?

被刻印的时光 ゝ 提交于 2019-12-04 03:07:59
Egor

You can download a pack of Android ActionBar icons here, and the forward arrow is there also. Hope this helps.

Take a look in the SDK. The SDK has pretty much all the default icons for Android. You can find it in [ANDROID_SDK_HOME]/platforms/[ANDROID_VERSION]/data/res/

Look in all drawable-xxxx folders (i.e. drawable-xhdpi, drawable-hdpi, etc...) for the icon

W0lfw00ds

As Egor pointed out, the arrows can be found in the official Android Action Bar Icon Pack. Here are the paths:

Holo Light (Black arrows):

Arrow back: Android Design - Icons 20131120\Action Bar Icons\holo_light\02_navigation_back\

Arrow forward: Android Design - Icons 20131120\Action Bar Icons\holo_light\02_navigation_forward\

Holo Dark (White arrows):

Arrow back: Android Design - Icons 20131120\Action Bar Icons\holo_dark\02_navigation_back\

Arrow forward: Android Design - Icons 20131120\Action Bar Icons\holo_dark\02_navigation_forward\

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!