添加今日头条的屏幕适配
This commit is contained in:
@@ -413,6 +413,13 @@
|
||||
android:theme="@style/wxPayTheme"
|
||||
android:windowSoftInputMode="adjustPan|stateAlwaysHidden" />
|
||||
<activity android:name=".discovery.LikeActivity" />
|
||||
<!-- 如果您项目中的所有页面都只需要以高或宽中的一个作为基准进行适配的话, 那就只需要填写高或宽中的一个设计图尺寸即可 -->
|
||||
<meta-data
|
||||
android:name="design_width_in_dp"
|
||||
android:value="360"/>
|
||||
<meta-data
|
||||
android:name="design_height_in_dp"
|
||||
android:value="640"/>
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user