Initial commit

This commit is contained in:
Ziver Koc 2014-07-25 13:42:36 +02:00
commit b305095ab3
79 changed files with 4092 additions and 0 deletions

9
app/src/main/res/menu/edit.xml Executable file
View 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>