Я пытался расположить представления в RelativeLayout
так:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView android:text="TextView" android:id="@+id/upperView"
android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/bottomView"></TextView>
<TextView android:text="TextView" android:id="@+id/bottomView"
android:layout_width="wrap_content" android:layout_height="wrap_content"></TextView>
</RelativeLayout>
и этот идентификатор не распознается андроидом:
android:layout_below="@id/bottomView"
потому что я определил @+id/bottomView"
после его вызова, но иногда что-то вроде , чтобы выяснить, кто за кем, я могу решить это из кода, но как это исправить в XML