You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.4 KiB
39 lines
1.4 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
android:layout_width="match_parent" |
|
android:layout_height="match_parent" |
|
android:orientation="vertical" > |
|
|
|
<include layout="@layout/toolbar_settings" /> |
|
|
|
<ScrollView |
|
android:layout_width="match_parent" |
|
android:layout_height="match_parent" > |
|
|
|
<LinearLayout |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:padding="20dp" |
|
android:orientation="vertical"> |
|
|
|
<TextView |
|
android:id="@+id/textViewTitle" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:layout_marginBottom="20dp" |
|
android:gravity="center_horizontal|center_vertical" |
|
android:text="Large Text" |
|
android:textAppearance="?android:attr/textAppearanceLarge" /> |
|
|
|
<TextView |
|
android:id="@+id/textViewBody" |
|
android:layout_width="match_parent" |
|
android:layout_height="wrap_content" |
|
android:gravity="start" |
|
android:text="Medium Text" |
|
android:textAppearance="?android:attr/textAppearanceMedium" /> |
|
|
|
</LinearLayout> |
|
</ScrollView> |
|
|
|
</LinearLayout> |