aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/key_server_query_layout.xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-08-17 23:05:41 +0000
committerThialfihar <thialfihar@gmail.com>2010-08-17 23:05:41 +0000
commitc57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9 (patch)
treeeed9bd3722373e2a128b18fcdca02123d86b3fd2 /res/layout/key_server_query_layout.xml
parentfc0ae774cd8bff8d63003efb2930f0320175ae09 (diff)
downloadopen-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.tar.gz
open-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.tar.bz2
open-keychain-c57c36b3a53f92ece7df2c6c1f1e0316a2c92bb9.zip
use the key server preference to fill a Spinner in the key server query activity, allowing to query each server, also moved some previously static labels into strings.xml
Update issue 9 Key server preferences are now used in key server query activity.
Diffstat (limited to 'res/layout/key_server_query_layout.xml')
-rw-r--r--res/layout/key_server_query_layout.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/key_server_query_layout.xml b/res/layout/key_server_query_layout.xml
index 167d02fef..6af4f3644 100644
--- a/res/layout/key_server_query_layout.xml
+++ b/res/layout/key_server_query_layout.xml
@@ -20,6 +20,11 @@
android:layout_height="fill_parent"
android:orientation="vertical">
+ <Spinner
+ android:id="@+id/keyServer"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"/>
+
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"