eliamyro
eliamyro

Reputation: 308

WatchViewStub Deprecated

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

Answers (1)

akodiakson
akodiakson

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

Related Questions