aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
diff options
context:
space:
mode:
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>