How to create a right facing arrow (chevron) using XML shapes in android? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed last year . How to create a right facing arrow using xml shapes in android like this?? 回答1: I've had a similar problem. Here's how I solved it: <layer-list xmlns:android="http://schemas.android.com/apk/res/android" > <item> <shape> <solid android:color="@android:color/transparent"/> <size