summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioTesterApp/res/layout/add_submenu.xml')
-rwxr-xr-xSDL_Android/LivioTesterApp/res/layout/add_submenu.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml b/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml
deleted file mode 100755
index 7d55626a7..000000000
--- a/SDL_Android/LivioTesterApp/res/layout/add_submenu.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="20dip"
- android:paddingRight="20dip"
- android:layout_marginLeft="10dip"
- android:layout_marginRight="10dip">
-
- <EditText android:id="@+id/et_addSubMenu_subMenuName"
- android:hint="@string/submenu_name"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:inputType="textCapWords" />
-
-</LinearLayout> \ No newline at end of file