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"
|
2013-05-24 01:54:16 +00:00
|
|
|
android:layout_height="fill_parent">
|
2011-12-20 18:20:44 +00:00
|
|
|
|
2013-05-24 01:54:16 +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">
|
2012-07-23 20:42:29 +00:00
|
|
|
|
2013-05-24 01:54:16 +00:00
|
|
|
<TextView
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceLarge"
|
|
|
|
android:typeface="monospace"
|
|
|
|
android:id="@+id/identity_fingerprint"
|
|
|
|
android:text=""
|
|
|
|
android:padding="7dip" />
|
2011-12-20 18:20:44 +00:00
|
|
|
|
2013-05-24 01:54:16 +00:00
|
|
|
</LinearLayout>
|
|
|
|
</ScrollView>
|