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.
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
Post a Comment