-
I wanted to remove the line that divides the sections how can I do this?
-
Can you create a method of removing itemdecoration on pull to refresh? Currently when a recyclerview is refreshed it adds the divider along with the existing one.
-
1. 当前使用的版本号
2.9.46
mRv.addItemDecoration(new android.support.v7.widget.DividerItemDecoration(this,LinearLayoutManager.VERTICAL));
2. 复现操作描述
添加了分割线上拉刷新,显示正在加载会有分割线,很丑
-
**Summary:**
In notification activity when we try to archive the notification by swiping left and pressing tick, notification does not get archived, instead shows a error toast message.
**Steps…
-
Hello!
I've tried this library and the sample codes worked as I expected. That's great!
However, I noticed that if the items held by RecyclerView has margin (represented as `android:marginTop/Bo…
-
![image](https://user-images.githubusercontent.com/31806066/48806165-304fb080-ed22-11e8-9b13-90c63d63492e.png)
Hello, I am getting strange memory leak on my app. How should I solve it and what can ca…
-
recyclerview item간 margin 주기 위한 DividerItemDecoration 만들어서 top&bottom_recyclerview에 적용
-
**Problem exists somewhere around here**
```
private void listMyProperties() {
Log.i(TAG, "listMyProperties: Listing properties into recyclerView...");
// For performance op…
-
Hi there,
I want to remove the divider from my form items. Usally I use the following code to remove the lines from the recycler view.
`recyclerView?.addItemDecoration(DividerItemDecoration(cont…
-
Please tell me how you can combine the dialoglist with swipelayout, it is very necessary to make a dialogue sheet with a swipe
https://github.com/daimajia/AndroidSwipeLayout.git
KORuL updated
5 years ago