修改UI间距
This commit is contained in:
@ -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" />
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user