chthai64/SwipeRevealLayout

Incorrect attribute set for dragEdge

jiribruchanov-ubs opened this issue · 0 comments

dragEdge in attrs.xml
https://github.com/chthai64/SwipeRevealLayout/blob/master/swipe-reveal-layout/src/main/res/values/attrs.xml#L6-L9

is made as a bitmask, which is not true based on quick code review.

Change it please to enum, otherwise you can do in layout following, which doesn't work at all...

app:dragEdge="left|right"