Initial commit
This commit is contained in:
commit
b305095ab3
79 changed files with 4092 additions and 0 deletions
9
app/src/main/res/menu/edit.xml
Executable file
9
app/src/main/res/menu/edit.xml
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue