我的頂部邊框不會出現,它被放到其他佈局的後面,我怎麼能讓它出現?頂部邊框不會出現
這是我所需要的,因爲我不能發表圖片尚未http://tinypic.com/r/33nhk4k/5
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/AliceBlue" >
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:background="@color/Blue"
android:gravity="top" >
</LinearLayout>
</RelativeLayout>
那麼我該怎麼做呢?你看過這幅畫嗎? –