~kst0001/sigmundr/gametree

« back to all changes in this revision

Viewing changes to res/layout-land/main.xml

  • Committer: Actro
  • Date: 2009-11-04 03:33:19 UTC
  • Revision ID: actro-20091104033319-91o3etujyl491qlk
Landscape Review 2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
 
3
    android:orientation="horizontal"
 
4
    android:layout_width="fill_parent"
 
5
    android:layout_height="fill_parent"
 
6
    android:id="@+id/linearLayout"
 
7
    >
 
8
            
 
9
<TextView  
 
10
    android:layout_width="fill_parent" 
 
11
    android:layout_height="wrap_content" 
 
12
    android:text="Rock Paper Scissors Command"
 
13
    />
 
14
</FrameLayout>