Hi all. I just finished implementing a config screen for my watch face, but I feel it's lacking in usability because you have to aim for buttons. That is what the sample applications I have seen are doing as well, which is why I started with that.
I was looking through the default watch faces and "Custom (flat)" has a much more usable config screen. It has multiple pages that run left to right with dots indicating which page you're on. Each page configures one setting and scrolls up and down to select the next setting. Horizontal navigation appears to be done with GridViewPager, because it has the familiar dots, but the vertical selection is what I can't figure out. It looks a lot like a WearableListView with very large item views, except that you don't have to tap to select. Or it's like a GridViewPager, except you can see a bit of the content above and below. Is this a built-in support view that I just haven't encountered yet? I'm attaching a screenshot for people who can't be bothered tapping their wrist a few times to get to it. If it's completely custom then I guess I have a lot of work ahead of me. :( Hopefully ustwo, when they get to implementing config screen support, will include a convenience wrapper around something like this as part of their clockwise framework. We can only hope. TX -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d2eb9954-97da-40fd-813e-314110fc587e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

