eclipse上android没有显示布局视图
2 回答
守着一只汪
TA贡献1872条经验 获得超4个赞
如下是个例子:
<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"
添加回答
举报
0/150
提交
取消
