| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:orientation="vertical" |
| | | tools:context=".activity.CardListActivity"> |
| | | tools:context=".activity.SearchCardListActivity"> |
| | | |
| | | <com.dayu.baselibrary.view.TitleBar |
| | | android:id="@+id/title_bar" |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:leftImage="@mipmap/icon_back" |
| | | app:rightImage="@mipmap/icon_search" /> |
| | | |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1"> |
| | | |
| | | <com.scwang.smart.refresh.layout.SmartRefreshLayout |
| | | android:id="@+id/refresh_layout" |
| | |
| | | |
| | | </com.scwang.smart.refresh.layout.SmartRefreshLayout> |
| | | |
| | | |
| | | |
| | | </FrameLayout> |
| | | |
| | | </LinearLayout> |