and/or can I have my `Button` look a bit like <chi...
# glance
b
and/or can I have my
Button
look a bit like chips ? That is, with rounded corners. At the moment my button looks like this:
b
I believe its possible but you'll need to do most of the styling work, it's not something the glance-wear library supports right now. As a heads up, our wear lib is still in alpha, as opposed to the appwidget library which is in beta
b
Fwiw I tried to set a xml shape drawable as the background, which didn't work, and gave up. Went with the "old" Java Tiles lib. Sometimes 'alpha' in Android world means ready for prod, but not in this case.