-
**Caused by java.lang.RuntimeException
Package not found: com.android.chrome**
android.webkit.WebViewDelegate.getPackageId (WebViewDelegate.java:164)
yn.a (yn.java:7)
com.android.webview.chromium.…
-
```
What steps will reproduce the problem?
1. Create a project using RecyclerView
2. Include espresso-core
3. Run tests, be happy
4. Include espresso-contrib
5. Run tests, get java.lang.IncompatibleCl…
-
In the advancedrecyclerview sample app, the recyclerView shrinks if any view above the recyclerView renders after the recyclerView is rendered
**Setup:**
**targetSdkVersion 23 or 24 or 25**
cha…
-
When I fling my list and it reaches the end, it bounces as expected, but if I drag on the same side (perform an overscroll) and then fling again, it no longer bounces and just abruptly stops. Eg if I …
-
Hello
When using the library on my device, there are two scrollbars in the Activity:
1) "scrollbar" (VerticalRecyclerViewFastScroller)
2) native RecyclerView's scrollbar (only appears when s…
-
```
What steps will reproduce the problem?
1. Create a project using RecyclerView
2. Include espresso-core
3. Run tests, be happy
4. Include espresso-contrib
5. Run tests, get java.lang.IncompatibleCl…
-
When In Recyclerview, the item added dynamically at any position, it does not stays to that selected position but it moves to first every time and then if I scroll to recyclerview, it goes with wrong…
-
if (mLoadMoreListener != null && mLoadMoreEnabled) {
if (currentScrollState == RecyclerView.SCROLL_STATE_IDLE) {
RecyclerView.LayoutManager layoutManager = getLayoutManag…
ainiu updated
7 years ago
-
Hi
Your library is one of a kind with 2 way scrollable table. It just fits my application where i require a table like this.
So i implemented your library successfully. But I found that scrollabl…
-
触发不了recycleView的onScrolled(RecyclerView recyclerView, int dx, int dy)问题,看到了请帮忙解决下,谢谢