an example of how to implement a DrawerLayout which slides over the ActionBar (instead of underneath).
SimpleDrawerActivity is hosted in the following web site
https://github.com/ekchang/SimpleDrawerActivity
If you think the Android project SimpleDrawerActivity listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SimpleDrawerActivity.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [xxhdpi, nodpi] |
Activity Count | 1 |
There are 2 image files in SimpleDrawerActivity. The names of the image files are listed as follows.
ic_drawer_accounts_expand.png person_image_empty.png
The following screenshort is generated from the image listed above.
SimpleDrawerActivity has the following Java source files.
com.ekc.simpledraweractivity.ApplicationTest.java com.ekc.simpledraweractivity.DrawerActivity.java com.ekc.simpledraweractivity.widget.BezelImageView.java