eclipse上android没有显示布局视图
Exceptionraisedduringrendering:Index:0,Size:0ExceptiondetailsareloggedinWindow>ShowVi...
Exception raised during rendering: Index: 0, Size: 0
Exception details are logged in Window > Show View > Error Log 展开
Exception details are logged in Window > Show View > Error Log 展开
2个回答
2015-11-26 · 做真实的自己 用良心做教育
千锋教育
千锋教育专注HTML5大前端、JavaEE、Python、人工智能、UI&UE、云计算、全栈软件测试、大数据、物联网+嵌入式、Unity游戏开发、网络安全、互联网营销、Go语言等培训教育。
向TA提问
关注
展开全部
如下是个例子:
<TextView
android:id="@+id/dialog_message"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginTop="30dp"
android:layout_marginBottom="70dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textSize="24sp" />
你需要加入例子中类似这样的两句:
android:layout_width="match_parent"
android:layout_height="match_parent"
<TextView
android:id="@+id/dialog_message"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_marginTop="30dp"
android:layout_marginBottom="70dp"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:textSize="24sp" />
你需要加入例子中类似这样的两句:
android:layout_width="match_parent"
android:layout_height="match_parent"
追问
里面有这么一句,我添加了长宽还有方向,但是也没用
追答
LinearLayout啊,长宽方向三个属性就够了,那么问题不是出在这个xml上,应该是style上。
删除这一句试试,如果删除了就没问题了,就是它的问题。
如果是它的问题,你把这个style的代码发来我看下吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询