【发布时间】:2016-04-13 07:12:55
【问题描述】:
对于 Android Image View .. 如何缩放 1081*373 Image Button 以匹配 Image View 的宽度并固定高度??
如果图像按钮,我尝试匹配父宽度,但它的细节没有出现......看起来像缩放图像??并且不能使用重力??
<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"
/>
【问题讨论】:
标签: android imageview imagebutton