aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_console.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/act_console.xml')
-rw-r--r--res/layout/act_console.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/res/layout/act_console.xml b/res/layout/act_console.xml
new file mode 100644
index 0000000..9fb738c
--- /dev/null
+++ b/res/layout/act_console.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ViewFlipper xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/console_flip"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ >
+
+ <!--
+ <TextView
+ android:background="#ff880000"
+ android:text="1"
+ android:textSize="50pt"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ />
+
+ <TextView
+ android:background="#ff008800"
+ android:text="2"
+ android:textSize="50pt"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ />
+
+ <TextView
+ android:background="#ff000088"
+ android:text="3"
+ android:textSize="50pt"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent"
+ />
+ -->
+
+</ViewFlipper> \ No newline at end of file