chthai64 / overscroll-bouncy-android

Overscroll bounce effect for Android.
MIT License
287 stars 46 forks source link

Got Error while implement this library #1

Closed JitenNumberTank closed 8 years ago

JitenNumberTank commented 8 years ago

I want to implement this bounce effiect in my Recyclerview, listview, and Scrollview. I have currently use this programattically like

RecyclerViewBouncy featuredRecyclerView = (RecyclerViewBouncy) view.findViewById(R.id.featuredRecyclerView);

But I am getting this type of error

Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.

Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/jiten/Sdk/build-tools/21.1.2/aapt'' finished with non-zero exit value 1

JitenNumberTank commented 8 years ago

Issue solved. this issue is from my sdk.