summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/res/layout/put_file.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioTesterApp/res/layout/put_file.xml')
-rw-r--r--SDL_Android/LivioTesterApp/res/layout/put_file.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/SDL_Android/LivioTesterApp/res/layout/put_file.xml b/SDL_Android/LivioTesterApp/res/layout/put_file.xml
deleted file mode 100644
index 8e0b7bb43..000000000
--- a/SDL_Android/LivioTesterApp/res/layout/put_file.xml
+++ /dev/null
@@ -1,40 +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">
-
- <CheckBox
- android:id="@+id/cb_putFile_addAll"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="Add all images" />
-
- <ImageButton android:id="@+id/ib_putFile_selectAnImage"
- android:layout_width="match_parent"
- android:layout_height="240dp"
- android:src="@drawable/select_an_image"
- android:background="#00FFFFFF" />
-
- <EditText android:id="@+id/et_putFile_imageName"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:freezesText="true"
- android:inputType="textCapSentences"
- android:enabled="false"
- android:hint="@string/sdl_image_name">
-
- <requestFocus />
- </EditText>
-
- <CheckBox
- android:id="@+id/cb_putFile_isPersistent"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="@string/put_file_persistent_file" />
-
-</LinearLayout>