summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml')
-rw-r--r--SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml b/SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml
deleted file mode 100644
index 89d002ed7..000000000
--- a/SDL_Android/LivioTesterApp/res/layout/sdl_connection.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <EditText
- android:id="@+id/et_ipAddress"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:ems="10"
- android:hint="@string/ip_address"
- android:inputType="number|text" >
-
- <requestFocus />
- </EditText>
-
- <EditText
- android:id="@+id/et_ipPort"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:ems="10"
- android:hint="@string/ip_port"
- android:inputType="number|text" />
-
-</LinearLayout>