android xml 布局错误_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > android xml 布局错误

android xml 布局错误

 2015/4/16 12:31:10  jenson138  程序员俱乐部  我要评论(0)
  • 摘要:最近重新安装了下android开发环境,发现在调整页面的时候,老是报以下错误,导致无法静态显示ui效果。Missingstyles.Isthecorrectthemechosenforthislayout?UsetheThemecomboboxabovethelayouttochooseadifferentlayout,orfixthethemestylereferences.Failedtofindstyle'textViewStyle'incurrenttheme解决方法如下
  • 标签:android 错误 XML

最近重新安装了下android开发环境,发现在调整页面的时候 ,老是报以下错误,导致无法静态显示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.

 

(转自:http://blog.csdn.net/romaticxiaoyu/article/details/7241512)

发表评论
用户名: 匿名