activity_main.xml revision 185a7e38bc58abd341445ef9acdec9a4722a6946
1<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2    xmlns:tools="http://schemas.android.com/tools"
3    android:layout_width="fill_parent"
4    android:layout_height="fill_parent"
5    tools:context=".MainActivity" >
6
7    <TextView
8        android:id="@+id/label_nb"
9        android:layout_width="wrap_content"
10        android:layout_height="wrap_content"
11        android:text="@string/label_nb" />
12
13</RelativeLayout>
14