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.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"