aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/act_console.xml
blob: 9fb738c27939affc3ab31048c901b44ddb223487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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>