2011-12-20 18:20:44 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-07-23 20:42:29 +00:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent">
|
2011-12-20 18:20:44 +00:00
|
|
|
|
2012-07-23 20:42:29 +00:00
|
|
|
<LinearLayout android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="16dip"
|
|
|
|
android:layout_marginRight="16dip"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:orientation="vertical">
|
2011-12-20 18:20:44 +00:00
|
|
|
|
2012-07-23 20:42:29 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
2012-09-20 02:56:04 +00:00
|
|
|
android:text="@string/verify_keys_activity__they_read_this"
|
2012-07-23 20:42:29 +00:00
|
|
|
android:padding="7dip" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
android:typeface="monospace"
|
|
|
|
android:id="@+id/friend_reads"
|
|
|
|
android:text=""
|
|
|
|
android:padding="7dip" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_marginTop="10dip"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
2012-09-20 02:56:04 +00:00
|
|
|
android:text="@string/verify_keys_activity__you_read_this"
|
2012-07-23 20:42:29 +00:00
|
|
|
android:padding="7dip" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:id="@+id/you_read"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
android:typeface="monospace"
|
|
|
|
android:text=""
|
|
|
|
android:padding="7dip" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
2011-12-20 18:20:44 +00:00
|
|
|
|
|
|
|
</ScrollView>
|