Android Facebook style slide

前端 未结 25 1969
粉色の甜心
粉色の甜心 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 03:51

    I've implemented this with AbsoluteLayout and a simple slide controller that moves the view to a negative offset to hide.

    If anyone is interested, I can clean up the code/layout and post. I know AbsoluteLayout is deprecated, but it was a very straight forward implementation. Left View/ Right View, and when "sliding open", just move the left view out from a -X offset to the device's width - whatever you want to show of the Right View

提交回复
热议问题