aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2007-11-21 05:32:39 +0000
committerKenny Root <kenny@the-b.org>2007-11-21 05:32:39 +0000
commitd6764b7763e7857273b65048b4eb37a3c65efade (patch)
tree4e84d4d9327d8a8de685fd0f181208c82e1cb9ad /res/layout/secure_shell.xml
parent4d94be3c05a341c18396f45945d86d61ca86dec4 (diff)
downloadconnectbot-d6764b7763e7857273b65048b4eb37a3c65efade.tar.gz
connectbot-d6764b7763e7857273b65048b4eb37a3c65efade.tar.bz2
connectbot-d6764b7763e7857273b65048b4eb37a3c65efade.zip
Merging back in the jcterm branch
Diffstat (limited to 'res/layout/secure_shell.xml')
-rw-r--r--res/layout/secure_shell.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/layout/secure_shell.xml b/res/layout/secure_shell.xml
index 0f47c70..9af5081 100644
--- a/res/layout/secure_shell.xml
+++ b/res/layout/secure_shell.xml
@@ -3,10 +3,16 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
+ <org.theb.ssh.TerminalView id="@+id/terminal"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:textSize="8sp"
+ android:typeface="monospace" />
+<!--
<TextView id="@+id/output"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textSize="8sp"
android:typeface="monospace" />
-
+ -->
</RelativeLayout>