summaryrefslogtreecommitdiff
path: root/SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml
diff options
context:
space:
mode:
Diffstat (limited to 'SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml')
-rw-r--r--SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml40
1 files changed, 0 insertions, 40 deletions
diff --git a/SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml b/SDL_Android/LivioTesterApp/res/layout/scrollable_message.xml
deleted file mode 100644
index d93a5d535..000000000
--- a/SDL_Android/LivioTesterApp/res/layout/scrollable_message.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:layout_marginLeft="10dip"
- android:layout_marginRight="10dip"
- android:orientation="vertical"
- android:paddingLeft="20dip"
- android:paddingRight="20dip" >
-
- <EditText
- android:id="@+id/et_scrollableMessage_text"
- android:layout_width="match_parent"
- android:layout_height="0dip"
- android:layout_weight="1"
- android:inputType="textMultiLine"
- android:singleLine="false"
- android:hint="@string/scrollable_message_hint"
- android:text="@string/scrollable_message_text">
-
- <requestFocus />
- </EditText>
-
- <Button android:id="@+id/but_scrollableMessage_clear"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/scrollable_message_clear"/>
-
- <TextView android:id="@+id/tv_scrollableMessage_timeout"
- style="@style/small_header_text"
- android:text="@string/timeout"/>
-
- <SeekBar android:id="@+id/seek_scrollableMessage_timeout"
- android:layout_height="wrap_content"
- android:layout_width="fill_parent"
- android:max="64"
- android:progress="29"
- />
-
-</LinearLayout>