在我的应用程序中,我的图像应该具有 25% 的屏幕宽度和高度。我希望这很清楚。这是我已经尝试过但不起作用的方法。谢谢你。
<ImageView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_weight="0.25"
android:src="@drawable/fish"
android:scaleType="fitCenter"
/>