2014-03-31 20:04:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:orientation="vertical"
|
2014-04-01 15:04:54 +02:00
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="4dp"
|
|
|
|
android:paddingRight="16dp"
|
|
|
|
android:paddingLeft="16dp">
|
2014-03-31 20:04:05 +02:00
|
|
|
|
2014-07-20 17:09:34 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
2014-03-31 20:04:05 +02:00
|
|
|
android:layout_height="wrap_content"
|
2014-07-20 17:09:34 +02:00
|
|
|
android:padding="0dp"
|
|
|
|
android:layout_margin="0dp"
|
|
|
|
style="@android:style/Widget.EditText">
|
|
|
|
<TextView
|
|
|
|
android:paddingLeft="12dp"
|
|
|
|
android:paddingTop="8dp"
|
|
|
|
android:paddingBottom="8dp"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
|
|
android:text="From: "/>
|
|
|
|
<Spinner
|
|
|
|
android:id="@+id/sign"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
android:text="@string/label_sign"
|
|
|
|
android:padding="0dp"
|
|
|
|
android:layout_margin="0dp"
|
|
|
|
/>
|
|
|
|
|
|
|
|
</LinearLayout>
|
2014-03-31 20:04:05 +02:00
|
|
|
|
2014-07-06 02:10:35 +02:00
|
|
|
<org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
|
|
|
|
android:id="@+id/recipient_list"
|
2014-03-31 20:04:05 +02:00
|
|
|
android:layout_width="match_parent"
|
2014-07-06 02:10:35 +02:00
|
|
|
android:layout_height="wrap_content"/>
|
2014-03-31 20:04:05 +02:00
|
|
|
</LinearLayout>
|