aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2007-11-17 05:58:42 +0000
committerKenny Root <kenny@the-b.org>2007-11-17 05:58:42 +0000
commitdfa41d090260eed63f3d8510571a2f6236a5ff45 (patch)
tree1eaca308ba9bb913161edf83bfef5f9295784e56 /res/layout/secure_shell.xml
parentedfccaafe3e754ed124afa67465b6044eacd3987 (diff)
downloadconnectbot-dfa41d090260eed63f3d8510571a2f6236a5ff45.tar.gz
connectbot-dfa41d090260eed63f3d8510571a2f6236a5ff45.tar.bz2
connectbot-dfa41d090260eed63f3d8510571a2f6236a5ff45.zip
Initial import.
Diffstat (limited to 'res/layout/secure_shell.xml')
-rw-r--r--res/layout/secure_shell.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/secure_shell.xml b/res/layout/secure_shell.xml
new file mode 100644
index 0000000..0f47c70
--- /dev/null
+++ b/res/layout/secure_shell.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <TextView id="@+id/output"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textSize="8sp"
+ android:typeface="monospace" />
+
+</RelativeLayout>