バックグラウンドをLinearLayoutに設定したいのですが、thisから参照しました。しかしそれでも4面にスペースを残しました。スクリーンショットは画像がタブレットの画面全体に表示されない
コードは以下の
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/background"
android:scaleType="fitXY" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<someviews></someviews>
</LinearLayout>
</FrameLayout>
である任意の場合は、いくつかの解決策を教えてください。
セット**アンドロイド:背景= "@ミップマップ/背景" **画像あなたの** LinearLayout ** – Prem