ActionsContentView icon indicating copy to clipboard operation
ActionsContentView copied to clipboard

how to implementing right side sliding support

Open pishguy opened this issue 9 years ago • 2 comments

this library layout direction is LEFT by default and i try to find some document to change options to set this layout to RIGHT but i can't find.

this quote is library document:

Feature to be implemented in future

Left, right or both side sliding support

is anybody use this library and can help me to change default layout? thanks

look this screen shot

pishguy avatar Apr 12 '16 15:04 pishguy

sorry. there is no future development for this library however you can do it yourself by editing https://github.com/StevenRudenko/ActionsContentView/blob/master/ActionsContentViewLib/src/shared/ui/actionscontentview/ActionsContentView.java#L828

it contains logic for swiping. you may go through code and fix scroll end points from 0 to getWidth() and vice versa.

StevenRudenko avatar Apr 13 '16 06:04 StevenRudenko

​Thanks Mr.Rudenko, unfortunately i dont know how to change it and i cant do that :( , have you free time to fix it?

pishguy avatar Apr 13 '16 10:04 pishguy