kyze8439690 / ResideLayout

An Android Layout which has a same function like https://github.com/romaonthego/RESideMenu
Apache License 2.0
389 stars 86 forks source link

建议 #1

Open 120660021 opened 10 years ago

120660021 commented 10 years ago

很棒的库,希望能更加完善,类似下面库一样完善就好了 https://github.com/SpecialCyCi/AndroidResideMenu

kyze8439690 commented 10 years ago

需求是?

120660021 commented 10 years ago

最好是和IOS这个库一样完善 ,以及左右滑动时与ViewPager滑动的冲突解决方案 screenshot

mark-dlc commented 9 years ago

Because this library automatically transforms all views inside the ResideLayout (besides the first one, which is 'parallax') it's hard(er) to implement a list/scrollview. It would be great if you could provide a sample showing how to combine this with menu, or implement a method which allows us to prevent views from being transformed.

Disclaimer: I'm writing this based on the screenshot and Google Translate, forgive me if this is not the right place to post this ;)

kyze8439690 commented 9 years ago

@sherdle OK, I will write a sample, which introduce how to implement listview/scrollview/viewpager with this library, looking forword on it.