添加今日头条的屏幕适配

This commit is contained in:
renjianbo0118
2021-07-21 22:40:25 +08:00
parent 9ed2d76bf1
commit d73374bc4e
7 changed files with 15 additions and 22 deletions

View File

@@ -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>

View File

@@ -105,25 +105,7 @@
android:layout_width="match_parent"
android:layout_height="0.5dip"
android:background="@color/lightlittleGrey" />
<!-- <LinearLayout-->
<!-- android:layout_width="match_parent"-->
<!-- android:orientation="vertical"-->
<!-- android:layout_height="wrap_content">-->
<!-- <TextView-->
<!-- android:layout_width="wrap_content"-->
<!-- android:text="地址"-->
<!-- android:layout_marginLeft="20dip"-->
<!-- android:layout_marginRight="20dp"-->
<!-- android:layout_marginTop="20dp"-->
<!-- android:layout_height="wrap_content" />-->
<!-- <RadioGroup-->
<!-- android:layout_width="match_parent"-->
<!-- android:id="@+id/myradio"-->
<!-- android:layout_margin="18dip"-->
<!-- android:layout_height="match_parent">-->
<!-- </RadioGroup>-->
<!-- </LinearLayout>-->
<LinearLayout
android:visibility="gone"
android:layout_width="match_parent"