2012-10-28 18:51:03 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-11-01 13:50:41 -04:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-10-28 18:51:03 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-11-01 13:50:41 -04:00
|
|
|
android:orientation="vertical" >
|
2012-10-28 18:51:03 -04:00
|
|
|
|
|
|
|
<fragment
|
2012-11-01 13:50:41 -04:00
|
|
|
android:id="@+id/key_list_secret_fragment"
|
2013-01-16 08:31:16 -05:00
|
|
|
android:name="org.sufficientlysecure.keychain.ui.KeyListSecretFragment"
|
2012-10-28 18:51:03 -04:00
|
|
|
android:layout_width="match_parent"
|
2012-11-01 13:50:41 -04:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_weight="1" />
|
2012-10-28 18:51:03 -04:00
|
|
|
|
2012-11-01 13:50:41 -04:00
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="90dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@drawable/abs__ab_bottom_solid_light_holo"
|
|
|
|
android:paddingBottom="3dp"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingTop="3dp"
|
2013-10-25 15:46:05 -04:00
|
|
|
android:text="@string/list_information" />
|
2012-11-01 13:50:41 -04:00
|
|
|
|
|
|
|
</LinearLayout>
|