aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-03-16 08:04:33 +0000
committerKenny Root <kenny@the-b.org>2008-03-16 08:04:33 +0000
commit2d555d046e185b229a688817ac78e7e277e5b391 (patch)
treed96ae91d3afdaa43e65d92a1724ae3c10a70278a /res/layout/secure_shell.xml
parentc9c36c1e2aa66708c8cff728e2e4b02de1ec08a7 (diff)
downloadconnectbot-2d555d046e185b229a688817ac78e7e277e5b391.tar.gz
connectbot-2d555d046e185b229a688817ac78e7e277e5b391.tar.bz2
connectbot-2d555d046e185b229a688817ac78e7e277e5b391.zip
Initial update for Android SDK M5 support.
Diffstat (limited to 'res/layout/secure_shell.xml')
-rw-r--r--res/layout/secure_shell.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/secure_shell.xml b/res/layout/secure_shell.xml
index 9af5081..471b4ed 100644
--- a/res/layout/secure_shell.xml
+++ b/res/layout/secure_shell.xml
@@ -3,13 +3,13 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent">
- <org.theb.ssh.TerminalView id="@+id/terminal"
+ <org.theb.ssh.TerminalView android:id="@+id/terminal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textSize="8sp"
android:typeface="monospace" />
<!--
- <TextView id="@+id/output"
+ <TextView android:id="@+id/output"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textSize="8sp"