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.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/res/layout/secure_shell.xml b/res/layout/secure_shell.xml
deleted file mode 100644
index 471b4ed..0000000
--- a/res/layout/secure_shell.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?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">
-
- <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 android:id="@+id/output"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:textSize="8sp"
- android:typeface="monospace" />
- -->
-</RelativeLayout>