How to set WearableListView item height
问题 I make WearableListView list. Problem is that setting android:layout_height="20dp" doesn't help How to set height in this case? In Android Wear sample projects Notifications and Timer they also just set atribute android:layout_height="80dp". But I tried to set in the projects android:layout_height="20dp" but it didn't help! (below is my project source code): list_item.xml: <?xml version="1.0" encoding="utf-8"?> <base.mobitee.com.mobiteewatch.adapter.HolesListItemLayout xmlns:android="http:/