How to create Circular view on android wear?
问题 How can I create circular list for round watch as in android wear 2.0 ?. Like this: Circular list is seen in android wear app launcher. 回答1: First of all you need to replace your ListView with a WearableRecyclerView . It can be used like a normal ListView. But make sure, you import the right one from android.support.wear.widget . DON'T use the one from android.support.wearable.view . This one should be crossed out, so it won't take you long to check if you're using the right one. If there's