lmw
2024-11-20 ec282d9bf134fbda578ff901e4a620222a851d3f
app/src/main/res/layout/dialog_comment.xml
@@ -10,7 +10,7 @@
        android:paddingBottom="30dp"
        android:layout_height="wrap_content">
        <TextView
            android:id="@+id/tv_title"
            android:id="@+id/tv_count"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="0条提问"
@@ -25,8 +25,8 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:id="@+id/iv_close"
            app:layout_constraintTop_toTopOf="@id/tv_title"
            app:layout_constraintBottom_toBottomOf="@id/tv_title"
            app:layout_constraintTop_toTopOf="@id/tv_count"
            app:layout_constraintBottom_toBottomOf="@id/tv_count"
            app:layout_constraintEnd_toEndOf="parent"
            android:padding="10dp"
            android:layout_marginEnd="5dp"
@@ -35,12 +35,12 @@
            android:layout_width="match_parent"
            android:layout_height="1px"
            android:background="@color/textColor66"
            app:layout_constraintTop_toBottomOf="@id/tv_title"
            app:layout_constraintTop_toBottomOf="@id/tv_count"
            android:layout_margin="21dp"/>
        <com.scwang.smart.refresh.layout.SmartRefreshLayout
            android:layout_width="match_parent"
            android:layout_height="420dp"
            app:layout_constraintTop_toBottomOf="@id/tv_title"
            app:layout_constraintTop_toBottomOf="@id/tv_count"
            android:layout_marginTop="22dp"
            android:id="@+id/refreshLayout">
            <com.scwang.smart.refresh.header.ClassicsHeader