blob: 37eb613152c17445330f53f4d09d98392bfdee4d [file] [log] [blame]
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
tools:context=".MainActivity" >
<TextView
android:id="@+id/label_nb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/label_nb" />
</RelativeLayout>