| | |
| | | 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条提问" |
| | |
| | | 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" |
| | |
| | | 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 |