StevenRudenko / ActionsContentView

ActionsContentView is an standalone library implements actions/content swiping view (AKA Side Navigation UI Pattern, AKA Facebook side menu). The library doesn't use any specific code introduced in new Android SDK versions. This allows develop an application with an action/content swiping view for every version of Android from 2.2 and up.
https://play.google.com/store/apps/details?id=sample.actionscontentview
441 stars 179 forks source link

how to implementing right side sliding support #54

Open pishguy opened 8 years ago

pishguy commented 8 years ago

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

StevenRudenko commented 8 years ago

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.

pishguy commented 8 years ago

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