3.APP Resources-resource Types/menu Resource

Source: Internet
Author: User

1. Menu Resource

A Menu Resource defines an application menu (Options menu, Context menu, or submenu) the can is inflated with MenuInflater .

//Res/menu/example_menu.xml
<menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:id="@+id/item1"Android:title="item1"android:showasaction="Ifroom|withtext"/> <item android:id="@+id/submenu"Android:title="Submenu_title"android:showasaction="Ifroom|withtext"> <menu> <item android:id="@+id/submenu_item1"Android:title="submenu_item1"/> <item android:id="@+id/submenu_item2"Android:title="submenu_item2"/> </menu> </item> <group android:id="@+id/group"> <item android:id="@+id/group_item1"Android:title="group_item1"/> <item android:id="@+id/group_item2"Android:title="group_item2"/> </group> </menu>
 Public boolean Oncreateoptionsmenu (Menu menu) {    = getmenuinflater ();    Inflater.inflate (R.menu.example_menu, menu);     return true ;}

Pay attention to the "showasaction"

When and what this item should appear as a action item in the action Bar.

    

3.APP Resources-resource Types/menu Resource

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.