我有一个按钮,我正在三星 Galaxy S3 上测试,现在根据 android 的屏幕尺寸是正常的搞砸了,反之亦然
<ImageButton
android:id="@+id/imageButton1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/lefteyeoff"
android:background="@null"
android:layout_marginLeft="230dp"
android:layout_marginTop="100dp"/>