まず、ここに私のxmlがあります:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
android:background="@android:color/white">
<LinearLayout [...]
android:layout_above"@+id/test">
</LinearLayout>
<LinearLayout [...]>
<LinearLayout [...]
android:id="@+id/test"/>
</LinearLayout>
</RelativeLayout>
このxmlは機能しません...
それを行うオプションはありますか?パラメータを別のビューの中にあるビューに設定しandroid:layout_above
ますか?