aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_console.xml
diff options
context:
space:
mode:
authorJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
committerJeffrey Sharkey <jsharkey@jsharkey.org>2008-08-27 11:09:26 +0000
commite1482eed72d4ffa75c30bb60db45db59b7c8f56a (patch)
tree49da25fa48b79b295f2f3945921da8a6dfb63c75 /res/layout/act_console.xml
parent3dd2329327b15e7d4cd80c6e014a51eda5884983 (diff)
downloadconnectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.gz
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.tar.bz2
connectbot-e1482eed72d4ffa75c30bb60db45db59b7c8f56a.zip
added animations and newer layouts
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