ここにビューフリッパーxmlがあります
<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/flipper"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<include android:id="@+id/first" layout="@layout/simp2" />
<include android:id="@+id/second" layout="@layout/simp2adv" />
</ViewFlipper>
simp2.xml と simp2adv.xml の両方にテキストビューがあります。両方に同じコンテンツが表示されるようにするにはどうすればよいですか? 両方のテキストビューに同じ ID を指定しようとしましたが、編集されるのは 1 つだけです。もう一方は無視されます。