2
Androidの画像ビューの場合縮尺の見方1081 * 373画像画像の幅に合わせて高さを固定するボタン?AndroidのImageViewとImageButtonのスケーリング
画像ボタンの場合は幅にマッチしましたが詳細は表示されません...ズーム画像のように見えますか?重力を使用することはできませんか?
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/mainempty"
/>
<ImageButton
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/about"
/>