请参阅以下代码。如何使用百分比在图像按钮中执行响应操作?我不想为一个图像创建单独的布局!我可以使用百分比方式在图像按钮中进行响应操作,以便在不同的屏幕中显示效果。
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/imageButton"
android:scaleType="fitCenter"
android:src="@drawable/ic_launcher"
android:layout_alignParentStart="false"
android:layout_marginTop="83dp"
android:layout_alignTop="@+id/webView" android:layout_centerHorizontal="true"/>