Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

recyclerview showing no content #12

Open
RajuSE opened this issue Dec 20, 2017 · 1 comment
Open

recyclerview showing no content #12

RajuSE opened this issue Dec 20, 2017 · 1 comment

Comments

@RajuSE
Copy link

RajuSE commented Dec 20, 2017

Both configuration not working for me.
Its showing empty page.

compileSdkVersion 25
  buildToolsVersion '26.0.2'


  defaultConfig {
      minSdkVersion 17
      targetSdkVersion 25
.
.

 
<com.chauthai.overscroll.RecyclerViewBouncy
    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"/>


&

<com.chauthai.overscroll.RecyclerViewBouncy
    android:id="@+id/recyclerView"
    android:layout_width="match_parent"
    android:layout_height="
    app:tension="1000"
    app:friction="
    app:gapLimit="220"
    app:speedFactor="
    app:viewCountEstimateSize="5"
    app:maxAdapterSizeToEstimate="20"/>

@TahaGorme
Copy link

scroll up and you will see content

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants