Modify: 屏幕适配

This commit is contained in:
Quyunshuo
2020-08-29 09:54:59 +08:00
parent 03960ef66c
commit 2e4c78cdd9
5 changed files with 48 additions and 11 deletions

View File

@ -10,10 +10,13 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/base_AppTheme">
<!-- &lt;!&ndash; 屏幕适配基准DP &ndash;&gt;-->
<!-- <meta-data-->
<!-- android:name="design_width_in_dp"-->
<!-- android:value="640" />-->
<!-- 屏幕适配基准DP -->
<meta-data
android:name="design_width_in_dp"
android:value="360" />
<meta-data
android:name="design_height_in_dp"
android:value="640" />
<!-- <meta-data-->
<!-- android:name="design_height_in_dp"-->
<!-- android:value="400" />-->