android.support.v4.widget.DrawerLayout not rendering in Android Studio -


i'm using android studio 1.2.1.1, although i've added v4 support library , app working on phone, preview window of android studio not able render drawer layout widget.

enter image description here enter image description here

i had same issue. didn't render because used collapsingtoolbarlayout instead of android.support.design.widget.collapsingtoolbarlayout.

can post xml layout file? because use elements in support libraries not calling them android.support.* prefix.

also, theme in styles.xml must base.theme.appcompat instead of theme.material. don't know why when set rendering errors disappear.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -