Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feiyu2016/2016_CustomMenu

Open more actions menu
 
 

Repository files navigation

CustomMenu is a custom control that can help you quickly create Menu

Features:

  • Only the left menu
  • Only the right menu
  • Together with the right and left menu
  • About menus do not, CustomMenu equivalent of a layout

中文

Legend

  • Only the left menu

  • Only the right menu

  • Together with the right and left menu

  • About menus do not, CustomMenu equivalent of a layout

For Users

CustomMenu customMenu = new CustomMenu(this);

//Setting Content Layout
ImageView contentView = new ImageView(this);
contentView.setBackgroundResource(R.drawable.main_view);
customMenu.setContentView(contentView);

//Setting the left menu
ImageView leftMenu = new ImageView(this);
leftMenu.setBackgroundResource(R.drawable.left_view);
customMenu.setLeftMenu(leftMenu);

//Setting the right menu
ImageView rightMenu = new ImageView(this);
rightMenu.setBackgroundResource(R.drawable.left_view);
customMenu.setRightMenu(rightMenu);

Feedback

If you have any questions,please emailto:zhaotengfei9@gmail.com

About

CustomMenu quickly realize about the menu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.