Android Facebook style slide

前端 未结 25 2391
粉色の甜心
粉色の甜心 2020-11-22 03:23

The new Facebook application and its navigation is so cool. I was just trying to see how it can be emulated in my application.

Anyone has a clue how it can be achie

25条回答
  •  庸人自扰
    2020-11-22 04:05

    I've just implemented similar view for my own project. You can check it here

    Here is screen of sample application based on library I wrote: ActionsContentView Example

    It is easy to use this custom view as element of XML layout. Here is example:

        
    

    I you will have any questions about usage of ActionsContentView library I can write a small article at projects Wiki.

    Some advantages of this library:

    • ability to slide view by touch
    • it is easy to adjust size of actions bar in XML
    • support of all Android SDK version starting from 2.0 and up

    There is one limitation:

    • all horizontal scrolling views will not work at bounds of this view

    Best regards, Steven

提交回复
热议问题