rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 614 forks source link

Show the vertical recyclerview below the horizontal #54

Closed fakebecak closed 5 years ago

fakebecak commented 5 years ago

I've copied all the codes, but the vertical recyclerview #doesnt appear.

rubensousa commented 5 years ago

I don't understand the problem here. The vertical recyclerview is shown when you click on "VERTICAL" on the toolbar

pskr8209 commented 5 years ago

im facing error type 3.

Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.github.rubensousa.recyclerviewsnap/.MainActivity } Error type 3 Error: Activity class {com.github.rubensousa.recyclerviewsnap/com.github.rubensousa.recyclerviewsnap.MainActivity} does not exist.

Error while Launching activity

How to solve this?

rubensousa commented 5 years ago

@pskr8209 you probably didn't add that Activity to your project. I'm going to close this due to inactivity.