| | |
| | | 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:leftImage="@mipmap/icon_back" |
| | | app:rightImage="@mipmap/icon_search" /> |
| | | |
| | | <com.scwang.smart.refresh.layout.SmartRefreshLayout |
| | | android:id="@+id/refresh_layout" |
| | | <FrameLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | app:srlAccentColor="@color/colorPrimary" |
| | | app:srlEnablePreviewInEditMode="true"> |
| | | android:layout_height="0dp" |
| | | android:layout_weight="1"> |
| | | |
| | | <com.scwang.smart.refresh.header.ClassicsHeader |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" /> |
| | | |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recycler_view" |
| | | <com.scwang.smart.refresh.layout.SmartRefreshLayout |
| | | android:id="@+id/refresh_layout" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:paddingTop="8dp" |
| | | android:paddingBottom="8dp" |
| | | android:clipToPadding="false" |
| | | android:overScrollMode="never" /> |
| | | app:srlAccentColor="@color/colorPrimary" |
| | | app:srlEnablePreviewInEditMode="true"> |
| | | |
| | | <com.scwang.smart.refresh.footer.ClassicsFooter |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" /> |
| | | <com.scwang.smart.refresh.header.ClassicsHeader |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" /> |
| | | |
| | | </com.scwang.smart.refresh.layout.SmartRefreshLayout> |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recycler_view" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:paddingTop="8dp" |
| | | android:paddingBottom="8dp" |
| | | android:clipToPadding="false" |
| | | android:overScrollMode="never" /> |
| | | |
| | | <com.scwang.smart.refresh.footer.ClassicsFooter |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" /> |
| | | |
| | | </com.scwang.smart.refresh.layout.SmartRefreshLayout> |
| | | |
| | | |
| | | |
| | | </FrameLayout> |
| | | |
| | | </LinearLayout> |