aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/edit_key_key_item.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/edit_key_key_item.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/edit_key_key_item.xml')
-rw-r--r--res/layout/edit_key_key_item.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/edit_key_key_item.xml b/res/layout/edit_key_key_item.xml
index ba428938e..2db805d09 100644
--- a/res/layout/edit_key_key_item.xml
+++ b/res/layout/edit_key_key_item.xml
@@ -43,7 +43,7 @@
<TextView
android:id="@+id/label_keyId"
- android:text="Key ID"
+ android:text="@string/label_keyId"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
@@ -63,7 +63,7 @@
<TextView
android:id="@+id/label_algorithm"
- android:text="Algorithm"
+ android:text="@string/label_algorithm"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
@@ -82,7 +82,7 @@
<TextView
android:id="@+id/label_creation"
- android:text="Creation"
+ android:text="@string/label_creation"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
@@ -99,7 +99,7 @@
<TextView
android:id="@+id/label_expiry"
- android:text="Expiry"
+ android:text="@string/label_expiry"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"
@@ -116,7 +116,7 @@
<TextView
android:id="@+id/label_usage"
- android:text="Usage"
+ android:text="@string/label_usage"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_gravity="center_vertical"