Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   xmlns:tools="http://schemas.android.com/tools"
   android:layout_width="match_parent"
   android:layout_height="match_parent"
   android:orientation="vertical" >

    <TextView
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:padding="@dimen/padding_medium"
       android:text="@string/hello_world"
       tools:context=".ConfigActivity" />

    <Button
       android:id="@+id/okButton"
       android:layout_width="fill_parent"
       android:layout_height="wrap_content"
       android:text="OK" />

</LinearLayout>