26
26
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
31
31
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
32
32
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/intro_title" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_alignParentLeft="true" />
35
35
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/intro_summary" android:paddingBottom="10dp" />
36
36
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/intro_help"/>