Reputation: 308
I started doing a Wearable app and I can see in my MainActivity
that the WatchViewStub
is deprecated. I've searched online what should I use instead of the WatchViewStub
but I can't find anything. I use support:wearable:2.0.0-alpha3'
. Anyone who could help?
Thanks!
Upvotes: 4
Views: 3499
Reputation: 779
Here's an Android Developer's blog on the topic. BoxInsetLayout
and the new -round
resource qualifier are a few options.
http://android-developers.blogspot.com/2016/04/build-beautifully-for-android-wear.html
Upvotes: 2