码迷,mamicode.com
首页 > 移动开发 > 详细

android xml 布局错误(黑掉了)Missing styles. Is the correct theme chosen for this layout?

时间:2014-12-25 16:15:52      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:

发现在调整页面的时候 ,老是报以下错误,导致无法静态显示ui效果。

Missing styles. Is the correct theme chosen for this layout?

Use the Theme combo box above the layout to choose a different layout, or fix the theme style references.

Failed to find style ‘textViewStyle‘ in current theme

 

解决方法如下:

layout预览界面(Graphic Layout),右上角有个Theme的选择项,默认为notitle,根据喜好随意设定值,我们这里设定为android以前默认的Theme.black.

或可选:Theme.Light.NotitleBar

技术分享

android xml 布局错误(黑掉了)Missing styles. Is the correct theme chosen for this layout?

标签:

原文地址:http://www.cnblogs.com/jenson138/p/4184654.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!