Android: How to get arrow button?

前端 未结 3 1474
生来不讨喜
生来不讨喜 2021-02-20 07:53

I would love to have the arrow button, which is used in google translate, in my app. The one used on the right of the textview here:

3条回答
  •  臣服心动
    2021-02-20 08:02

    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

提交回复
热议问题