| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent" | android:layout_height="match_parent" | ||||
| android:padding="16dp" | |||||
| android:orientation="vertical" > | android:orientation="vertical" > | ||||
| <TextView | <TextView | ||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="0dp" | android:layout_height="0dp" | ||||
| android:layout_weight="1" | android:layout_weight="1" | ||||
| android:layout_marginTop="8dp" | |||||
| android:layout_marginBottom="8dp" | |||||
| android:gravity="center_horizontal" | android:gravity="center_horizontal" | ||||
| android:textAppearance="?android:attr/textAppearanceMedium" /> | android:textAppearance="?android:attr/textAppearanceMedium" /> | ||||