<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
<ImageView
android:id="@+id/showImg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:contentDescription="@string/showImg"
/>
<Button
android:id="@+id/photo"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignTop="@+id/showImg"
android:text="@string/photo"
/>
</RelativeLayout>
上記のコード イメージ ビューを実行すると、写真ボタンが表示されます。
どうすれば回避できますか?