10 lines
320 B
XML
10 lines
320 B
XML
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
|
tools:context="com.ericsson.uecontrol.gui.EditActivity" >
|
||
|
|
|
||
|
|
<item android:id="@+id/action_add"
|
||
|
|
android:title="@string/action_add"
|
||
|
|
android:showAsAction="withText|ifRoom" />
|
||
|
|
|
||
|
|
</menu>
|