首页上一页 1 下一页尾页 5 条记录 1/1页
Android第三章57页,修改项目res\layout目录下的main.xml文件出错!有截图!
发表在Android图书答疑
2016-07-14
是否精华
是
否
版块置顶:
是
否
<?xml version="1.0" encoding="utf-8"?>
<Framelayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background"> →此行代码出错,看截图
<!-- 添加提示文字 -->
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
style = "@style/text"
/>
<!-- 添加开始按钮 -->
<TextView
android:id="@+id/startButton"
android:layout_gravity="center_vertical|center_horizontal"
android:text="@string/start"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/text"
/>
</Framelayout>
<Framelayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background"> →此行代码出错,看截图
<!-- 添加提示文字 -->
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
style = "@style/text"
/>
<!-- 添加开始按钮 -->
<TextView
android:id="@+id/startButton"
android:layout_gravity="center_vertical|center_horizontal"
android:text="@string/start"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/text"
/>
</Framelayout>