修改UI间距

This commit is contained in:
张玉久
2020-05-29 14:10:47 +08:00
parent 9e518d5414
commit fa7a5fef9b
4 changed files with 4 additions and 3 deletions

View File

@ -168,6 +168,7 @@
android:id="@+id/article_detail_Rd"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/article_detail_usericon_container" />

View File

@ -139,9 +139,7 @@
<wendu.dsbridge.DWebView
android:id="@+id/mWebView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"/>
android:layout_height="match_parent"/>
<include
android:id="@+id/noConnection"

View File

@ -247,6 +247,7 @@
setRichContent="@{detail}"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:focusable="false"
android:focusableInTouchMode="false"
app:layout_constraintLeft_toLeftOf="parent"

View File

@ -109,6 +109,7 @@
android:layout_marginTop="9dp"
android:includeFontPadding="false"
android:maxLines="4"
android:lineSpacingExtra="4dp"
android:textColor="@color/text_3a3a3a"
android:textSize="13sp"
app:layout_constraintTop_toBottomOf="@+id/user_icon_container"