ActionsContentView is an standalone library implements actions/content swiping view.

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.

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 versions, starting from 2.0 and up

Features included:

  • Slide view by touch.
  • Shadow dropped by content view to actions one.
  • Offset for content view to show part actions view. Useful to hint user that there are actions under content.
  • Add shading for actions view while scrolling content.
  • Swipe from the bezel to the screen so horizontal scrolling is possible
  • Effects for Action and Content views. See the example below.

Leave a Reply