我创建了一个带有按钮的应用程序,如果单击该按钮,它将重定向到此布局。但问题是,我无法缩放图像。
<?xml version="1.0" encoding="utf-8"?> <LinearLayout
<Linearlayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical" >
<ImageView
android:src="@drawable/keutamaandua"
android:layout_width="match_parent"
android:layout_height="match_parent" /></LinearLayout>