如果你开发的时候,发现自己调界面的时候,怎么调都比较奇怪,有可能是这个设置导致的:
<application
android:icon="@mipmap/ic_launcher"
android:requestLegacyExternalStorage="true"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning">
<meta-data
android:name="design_width_in_dp"
android:value="1000" />
<meta-data
android:name="design_height_in_dp"
android:value="600" />
在application节点下,有
<meta-data
android:name="design_width_in_dp"
android:value="1000" />
<meta-data