界面显示的问题
<RelativeLayout xmlns:android="http://schemas.xmlns:tools="http://schemas.
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
tools:context=".MainActivity" >
<TextView
android:id="@+id/myTextView"
android:layout_width="fill_parent"
android:layout_height="wrap_content" />
<Button
android:id="@+id/myButton"
android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
</RelativeLayout>
程序是这样的,运行后那个按钮却遮住了文本,怎么改也没改好。