Subversion Repositories ES

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 2... Line 2...
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:orientation="vertical"
3
    android:orientation="vertical"
4
    android:layout_width="fill_parent"
4
    android:layout_width="fill_parent"
5
    android:layout_height="fill_parent"
5
    android:layout_height="fill_parent"
6
    >
6
    >
-
 
7
   
7
<TextView  
8
  <TextView  
8
    android:layout_width="fill_parent" 
9
      android:layout_width="fill_parent" 
9
    android:layout_height="wrap_content" 
10
      android:layout_height="wrap_content" 
10
    android:text="@string/hello"
11
      android:text="@string/title"
11
    />
12
      />
-
 
13
 
-
 
14
  <ListView android:id="@id/android:list"
-
 
15
                 android:background="#00FF00"
-
 
16
                 android:layout_weight="1"
-
 
17
                 android:drawSelectorOnTop="false"
-
 
18
                 />
-
 
19
                   
12
</LinearLayout>
20
</LinearLayout>