<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:fillViewport="true">

    <LinearLayout android:layout_width="fill_parent"
                  android:layout_height="wrap_content"
                  android:padding="20dp"
                  android:gravity="center"
                  android:orientation="vertical">

        <TextView
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:text="@string/verify_identity_activity__their_identity_they_read"
                android:layout_marginBottom="8dp" />

        <TextView
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:typeface="monospace"
                android:fontFamily="monospace"
                android:id="@+id/friend_reads"
                android:text=""
                android:layout_marginBottom="8dp" />


        <TextView
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:text="@string/verify_identity_activity__your_identity_you_read"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:layout_marginBottom="8dp" />


        <TextView
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:id="@+id/you_read"
                android:textAppearance="?android:attr/textAppearanceLarge"
                android:typeface="monospace"
                android:fontFamily="monospace"
                android:text="" />

    </LinearLayout>
</ScrollView>