aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/secure_shell.xml
blob: 0f47c703093d435d4dff5379f232129092699527 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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">

    <TextView id="@+id/output"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:textSize="8sp"
        android:typeface="monospace" />

</RelativeLayout>