aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/item_terminal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/item_terminal.xml')
-rw-r--r--res/layout/item_terminal.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/res/layout/item_terminal.xml b/res/layout/item_terminal.xml
new file mode 100644
index 0000000..406ddd4
--- /dev/null
+++ b/res/layout/item_terminal.xml
@@ -0,0 +1,26 @@
+<?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"
+ >
+
+ <LinearLayout
+ android:orientation="vertical"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ android:gravity="center"
+ >
+
+ <TextView
+ android:id="@+id/terminal_overlay"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"
+ android:background="#aa000000"
+ android:padding="10dip"
+ />
+
+ </LinearLayout>
+
+</RelativeLayout> \ No newline at end of file