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

DragListView maybe cut layout #16

Closed
multivoltage opened this issue Apr 19, 2016 · 8 comments
Closed

DragListView maybe cut layout #16

multivoltage opened this issue Apr 19, 2016 · 8 comments

Comments

@multivoltage
Copy link

multivoltage commented Apr 19, 2016

Hi use a grat libray (yes, your is also great): https://github.com/Ramotion/folding-cell-android.
When I use your DragListView, 3d effect of cell does not work. In fact view has the same size during animation, intead of become more larger. Maybe is an issue of your recycleview, or maybe of LinearLayout? I don' t know.

@woxblom
Copy link
Owner

woxblom commented Apr 20, 2016

Have you tried it without DragListView, my first thought is that it has nothing to do with DragListView. Please test without DragListView, if it works without but not with I will take a look at it.

@multivoltage
Copy link
Author

Sure that I tried it before to open this issue. With normal listView it works well. I also did open one in his repo. If one of you found solution or bug or somethingelse I will notice both

@woxblom
Copy link
Owner

woxblom commented Apr 20, 2016

Have you tried it with a normal recyclerview instead of a listview? If not, try that as well as my lib is based on recyclerview

@multivoltage
Copy link
Author

I noticed that se have DragListVieew and DragRecycleView. But DragListView is a Recycleview right? Forma that I did noto try.
Good developmentet

@woxblom
Copy link
Owner

woxblom commented Apr 20, 2016

DragListView wraps a RecyclerView yes.

@multivoltage
Copy link
Author

multivoltage commented Apr 22, 2016

I tried with Normal RecycleView and all work without problem :).
Maybe because of choice to only drag on vertical item?

@woxblom
Copy link
Owner

woxblom commented Apr 23, 2016

Hey, I just tested the https://github.com/Ramotion/folding-cell-android lib on my sample app with my DragListView and it works fine so I think you are doing something wrong in your app.

Please make a test app with my lib together with the folding lib and mail to me and I can see what you are doing wrong.

@multivoltage
Copy link
Author

I tried. You can close issue. Now I sue normale recycleview and implementare my drag and drop without problem

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