diff options
Diffstat (limited to 'res/layout/secure_shell.xml')
| -rw-r--r-- | res/layout/secure_shell.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/secure_shell.xml b/res/layout/secure_shell.xml new file mode 100644 index 0000000..0f47c70 --- /dev/null +++ b/res/layout/secure_shell.xml @@ -0,0 +1,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> |
