开发者

Where to find the Android icon to indicate there is more if you tap a list row?

Is there a system provided icon on Android to put in a tableView row to indicate 开发者_开发知识库that there is more if you select the row?

In IOS one would use a chevron 'accessory' style. On Android I've seen a triangle in a circle being used (e.g. In the Settings app). But to my surprise it is not available in android.R.drawable.


For some reason, Android doesn't make these available to you via the resources, so you will have to copy them to your project from the SDK. You want expander_ic_minimized and expander_ic_maximized, which you can find inside the any of the sdk data folders (android-sdk-folder\platforms\android-N\data\res\drawable-hdpi).

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜