图像宽度和高度的大小取决于屏幕的大小

时间:2019-10-16 00:37:58

标签: android-studio

有两列带有图像的网格布局,当我旋转屏幕时没有任何响应,我只想根据移动屏幕调整图像大小

<ImageButton
android:layout_width="200dp"
android:layout_height="120dp"
android:id="@+id/button1"
android:background="@drawable/colombo_city"
android:layout_marginLeft="0dp"
android:scaleType="fitXY"
android:onClick="westernProvince"
/>

有9张这样的图像,我只想在旋转屏幕时很好地显示调整大小的图像

0 个答案:

没有答案