aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
blob: 9af50817d32b0675c4b5f248b25a147ea05b1505 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?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 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>