| | |
| | | android:layout_height="42dp" |
| | | android:id="@+id/et_search" |
| | | app:layout_constraintTop_toTopOf="@id/bg" |
| | | app:layout_constraintVertical_bias="0.56" |
| | | app:layout_constraintVertical_bias="0.6" |
| | | app:layout_constraintBottom_toBottomOf="@id/bg" |
| | | android:layout_marginHorizontal="34dp" |
| | | android:background="@drawable/bg_white_20dp" |
| | |
| | | android:textColor="@color/textColor" |
| | | android:imeActionLabel="搜索" |
| | | android:textColorHint="#DEDEDE" |
| | | android:paddingHorizontal="15dp" |
| | | android:paddingHorizontal="25dp" |
| | | android:drawableStart="@mipmap/ic_search_black"/> |
| | | |
| | | |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | app:layout_constraintTop_toBottomOf="@id/et_search" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginTop="32dp" |
| | | app:layout_constraintBottom_toBottomOf="parent"> |
| | | <com.scwang.smart.refresh.header.ClassicsHeader |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:id="@+id/rv_list" |
| | | android:layout_marginHorizontal="18dp" |
| | | app:layout_constraintTop_toBottomOf="@id/rv_filter" /> |
| | | android:layout_marginHorizontal="18dp" /> |
| | | <com.scwang.smart.refresh.footer.ClassicsFooter |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"/> |