1. ScrollView嵌套 RecyclerView 滚动卡顿解决办法:
1 | 1. use NestedScrollView instead of ScrollView |
2. 分割线类 CustomDecoration 代码如下:
1 | import android.content.Context; |
3. 分割线类 shape_divider_1.xml 代码如下:
1 | <?xml version="1.0" encoding="utf-8"?> |
其中颜色如下:
4. RiskWarningListFragment.kt关键代码如下
1 | class RiskWarningListFragment : RxLifeCycleFragment(){ |
5. RiskWarningListAdapter.kt关键代码如下:
1 | import android.support.v4.content.ContextCompat |
6. fragment_warning_list.xml
1 | <?xml version="1.0" encoding="utf-8"?> |
这里的 SwipeRefreshLayout 用于下拉刷新上拉加载