open-keychain/OpenPGP-Keychain/res/layout/key_list_public_activity.xml

25 lines
909 B
XML
Raw Normal View History

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_public_fragment"
2013-01-16 08:31:16 -05:00
android:name="org.sufficientlysecure.keychain.ui.KeyListPublicFragment"
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"
android:text="@string/listInformation" />
</LinearLayout>