alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Android example source code file (editor_options_menu.xml)

This example Android source code file (editor_options_menu.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Android by Example" TM.

Java - Android tags/keywords

The editor_options_menu.xml Android example source code

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:id="@+id/menu_save"
          android:icon="@drawable/ic_menu_save"
          android:alphabeticShortcut='s'
          android:title="@string/menu_save" />
    <group android:id="@+id/menu_group_edit">
        <item android:id="@+id/menu_revert"
              android:icon="@drawable/ic_menu_revert"
              android:title="@string/menu_revert" />
        <item android:id="@+id/menu_delete"
              android:icon="@drawable/ic_menu_delete"
              android:title="@string/menu_delete" />
    </group>
    <group android:id="@+id/menu_group_insert">
        <item android:id="@+id/menu_discard"
              android:icon="@drawable/ic_menu_discard"
              android:title="@string/menu_discard" />
    </group>
</menu>

Other Android examples (source code examples)

Here is a short list of links related to this Android editor_options_menu.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.