An easy-to-use action menu for Compose, providing missing functionality that ActionBar
has offered for years. It feature icons (optional), selectable/checkable items, nested sub menus and automatic overflow for items that don't fit the specified maximum.
Material Bottom Bar is an Android library that let you implement a customized BottomAppBar and a bottom drawer with just few simple steps.
Want to use the breathing toolbar effect similar to Snapchat in your app? You have reached the right place.
val snappy = Snappy(this, colorArray)
snappy.startBreathing(toolbar)
snappy.stopBreathing(toolbar)
A simple library to show a different style bar with changing animation.
An Arc view for the android Toolbar or anywhere.
Waterfall Toolbar is an Android version of Material Design's web component waterfall toolbar. Basically, what it does is dynamize an ordinary Toolbar, increasing and decreasing its shadow when an associated view is scrolled.
A Custom View to indicate multiple fragments with a triangular indicator.
An example project / library of animation-supported Toolbar widget.
This is contains below components:
Android Toolbar with marqueeable title / subtitle.
Extended CollapsingToolbar that implements scrolling behaviour like in Google Play app.
Small extension of default ActionBarDrawerToggle
.
A contextual actionbar library with many customization options.
A helper to work with StatusBar
and NavigationBar
.
multiline-collapsingtoolbar is a replacement for CollapsingToolbarLayout
from the Android Design Support Library which can deal with multiline titles in the expanded state. When collapsing the toolbar, the lower lines of the title fade away to leave only the top line visible.
A morphing toolbar that can expand/collapse at anytime.
An Android custom animation on collapsing toolbar that looks like WhastApp Profile screen style.
A combination of custom CollapsibleToolbar
and Collapsing Text to give you the same effect as App Bar Layout from the Design support library sans the use of a Toolbar
.
Retractable Toolbar - it is an utility library that gives a retractable effect to your toolbar.
This is a Scrollable App Bar for Android.
Android ActionBar Advanced Support Library for API v22, v21, v19. This will be a better one for all kinds of design. This library bundled a lot of design patterns in the advanced actionbar supports.
Material CAB allows you to implement a customizable and flexible contextual action bar in your app. The traditional stock CAB on Android is limited to being placed at the top of your Activity, and the navigation drawer cannot go over it. This library lets you choose its exact location, and a toolbar is used allowing views to be be placed over and under it.
MaterialPreferenceLibrary allows to have an ActionBar
even on PreferenceActivity
, even for pre-Honeycomb versions of Android.
All this library does is to simply put a Toolbar at the top of the PreferenceActivity, and you need to use the Toolbar instead of the ActionBar.
This Android library allows you to replace the drop down navigation list when the items in the list are needed to be grouped by sections. It was inspired from the Google I/O 2014 app how sessions are grouped in the ActionBar list.
SherlockNavigationDrawer is the implementation of the latest Google UX component, Navigation Drawer, for ActionBarSherlock. It should work exactly as Google Drive app, It works with ActionBarSherlock for pre Honeycomb devices and above. It also use Fragments.
The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.
Use it online here: http://jgilfelt.github.com/android-actionbarstylegenerator
Header2ActionBar is a library which implements the fading action bar effect that can be seen in the new Play Music and Google Newspaper apps.