mirror of
https://github.com/moparisthebest/open-keychain
synced 2025-02-24 23:41:45 -05:00
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?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"
|
|
android:paddingBottom="4dp"
|
|
android:paddingRight="16dp"
|
|
android:paddingLeft="16dp">
|
|
|
|
<org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
|
|
android:id="@+id/recipient_list"
|
|
android:layout_width="match_parent"
|
|
android:minHeight="56dip"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:padding="0dp"
|
|
android:layout_margin="0dp"
|
|
style="@android:style/Widget.EditText">
|
|
|
|
<TextView
|
|
android:paddingLeft="12dp"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
android:text="@string/label_asymmetric_from"
|
|
android:paddingRight="8dp"/>
|
|
|
|
<org.sufficientlysecure.keychain.ui.widget.SignKeySpinner
|
|
android:id="@+id/sign"
|
|
android:minHeight="56dip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical" />
|
|
|
|
</LinearLayout>
|
|
</LinearLayout> |