Skip to content

LeftSlideLayout can slide from left. It is similar with SilderMenu. But It is only used in a FrameLayout. Also it is very simple to use. LeftSlideLayout has been used in many apps. It has two Listener Method to use.

Notifications You must be signed in to change notification settings

xMobile/LeftSliderLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeftSlideLayout

LeftSlideLayout can slide from left. It is similar with SilderMenu. But It is only used in a FrameLayout. Also it is very simple to use. LeftSlideLayout has been used in many apps. It has two Listener Method to use.

1、Listener of LeftSlideLayout ' State changed

public void OnSliderLayoutStateChanged(boolean bIsOpen);

2、Listener used for LeftSlideLayout to managing onInterceptTouchEvent. LefeSliderLayout don't need to Intercept, when some subview need to use Left Gesture or Right Gesture.

public boolean OnSliderLayoutInterceptTouch(MotionEvent ev);

About

LeftSlideLayout can slide from left. It is similar with SilderMenu. But It is only used in a FrameLayout. Also it is very simple to use. LeftSlideLayout has been used in many apps. It has two Listener Method to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages