Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
345 chris 1
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2
    xmlns:tools="http://schemas.android.com/tools"
3
    android:layout_width="match_parent"
4
    android:layout_height="match_parent"
5
    android:orientation="vertical" >
6
 
7
    <TextView
8
        android:layout_width="fill_parent"
9
        android:layout_height="wrap_content"
10
        android:padding="@dimen/padding_medium"
11
        android:text="@string/hello_world"
12
        tools:context=".ConfigActivity" />
13
 
14
    <Button
15
        android:id="@+id/okButton"
16
        android:layout_width="fill_parent"
17
        android:layout_height="wrap_content"
18
        android:text="OK" />
19
 
20
</LinearLayout>