activity_main.xml (935B)
1 <?xml version="1.0" encoding="utf-8"?> 2 3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 4 android:layout_width="match_parent" 5 android:layout_height="match_parent" 6 android:orientation="vertical"> 7 8 <LinearLayout style="@style/Widget.SampleMessageTile" 9 android:layout_width="match_parent" 10 android:layout_height="wrap_content" 11 android:orientation="vertical"> 12 13 <TextView style="@style/Widget.SampleMessage" 14 android:layout_width="match_parent" 15 android:layout_height="wrap_content" 16 android:layout_marginLeft="@dimen/horizontal_page_margin" 17 android:layout_marginRight="@dimen/horizontal_page_margin" 18 android:layout_marginTop="@dimen/vertical_page_margin" 19 android:layout_marginBottom="@dimen/vertical_page_margin" 20 android:text="@string/intro_message" /> 21 </LinearLayout> 22 </LinearLayout>