ActionsContentView
ActionsContentView copied to clipboard
how to implementing right side sliding support
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
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.
Thanks Mr.Rudenko, unfortunately i dont know how to change it and i cant do that :( , have you free time to fix it?