small ui changes in encrypt

This commit is contained in:
Vincent Breitmoser
2014-09-01 21:43:15 +02:00
parent 6a3e7921cf
commit 6b5e65253c
4 changed files with 13 additions and 12 deletions

View File

@@ -8,6 +8,11 @@
android:paddingRight="16dp"
android:paddingLeft="16dp">
<org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
android:id="@+id/recipient_list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -22,7 +27,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/label_asymmetric_from" />
android:text="@string/label_asymmetric_from"
android:paddingRight="8dp"/>
<org.sufficientlysecure.keychain.ui.widget.SignKeySpinner
android:id="@+id/sign"
@@ -31,9 +37,4 @@
android:layout_gravity="center_vertical" />
</LinearLayout>
<org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
android:id="@+id/recipient_list"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>

View File

@@ -9,9 +9,9 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="4dip"
android:id="@android:id/text1"
android:layout_gravity="center_vertical"/>
android:layout_gravity="center_vertical"
android:padding="4dp"/>
<ImageView
android:id="@android:id/icon"