How to set layout for topEmptyRegion in WearablListView?
The "Disconnected" region is the top empty region thats scrolls up when this listview is scrolled. How do I set layout for that? Thanks. Looking at your example using the hierarchyviewer it is implemented like this: A RelativeLayout holds the WearableListView <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/llist" android:orientation="vertical"> <android.support.wearable.view.WearableListView android:id="@+id/list" android:layout_width="match_parent" android:layout_height="match