aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-08 00:59:16 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-08 00:59:16 +0100
commit581cad5b3f7b54fae652e2598b4e760eb19678d2 (patch)
treed403c1e66f65993392b4b3c7aa75577f9763822e /OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
parent9e930f0a10189bae12a70299aef07ae85221aadd (diff)
downloadopen-keychain-581cad5b3f7b54fae652e2598b4e760eb19678d2.tar.gz
open-keychain-581cad5b3f7b54fae652e2598b4e760eb19678d2.tar.bz2
open-keychain-581cad5b3f7b54fae652e2598b4e760eb19678d2.zip
work on certification step
Diffstat (limited to 'OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml b/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
index b1a6490c7..f2580122a 100644
--- a/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/linked_id_view_fragment.xml
@@ -21,6 +21,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:animateLayoutChanges="true"
android:orientation="vertical">
<TextView
@@ -35,10 +36,18 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:animateLayoutChanges="true"
android:id="@+id/linked_id_certs">
</LinearLayout>
+ <org.sufficientlysecure.keychain.ui.widget.CertifyKeySpinner
+ android:layout_marginLeft="14dp"
+ android:layout_marginRight="14dp"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:id="@+id/cert_key_spinner"
+ android:visibility="gone">
+ </org.sufficientlysecure.keychain.ui.widget.CertifyKeySpinner>
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"