mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 05:45:04 -05:00
forgot layout piece for 096f6e436
This commit is contained in:
parent
84a9085190
commit
a50034bd10
@ -42,13 +42,14 @@
|
||||
>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/label_my_key"
|
||||
android:paddingLeft="8dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_height="match_parent"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:text="@string/add_keys_my_key"
|
||||
android:paddingRight="8dp" />
|
||||
android:paddingRight="8dp"
|
||||
android:gravity="center_vertical"/>
|
||||
|
||||
<org.sufficientlysecure.keychain.ui.widget.CertifyKeySpinner
|
||||
android:id="@+id/certify_key_spinner"
|
||||
@ -91,6 +92,7 @@
|
||||
android:layout_weight="1"
|
||||
android:gravity="center_vertical" />
|
||||
|
||||
<!-- separate ImageView required for recoloring -->
|
||||
<ImageView
|
||||
android:id="@+id/certify_key_action_certify_image"
|
||||
android:layout_width="wrap_content"
|
||||
|
Loading…
Reference in New Issue
Block a user