课程
/移动开发
/Android
/Android攻城狮的第一门课(入门篇)
为什么layout_width="match_parent"显示不出来????充满不了画面,而是完全没有了
2016-04-21
源自:Android攻城狮的第一门课(入门篇) 5-2
正在回答
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
把父类的layout_width改一下就行了!我也遇到这个问题了
举报
想快速掌握Android应用开发基础,选择学习这门课程就对了。