aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml53
1 files changed, 31 insertions, 22 deletions
diff --git a/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml b/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml
index 2b0abf9b6..9e4771e65 100644
--- a/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml
+++ b/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml
@@ -3,28 +3,37 @@
android:layout_height="match_parent"
android:orientation="vertical" >
- <Spinner
- android:id="@+id/import_keys_server_key_server"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
-
- <LinearLayout
- android:layout_width="fill_parent"
+ <Button
+ android:id="@+id/import_keyserver_button"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <EditText
- android:id="@+id/import_keys_server_query"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:inputType="textPersonName|textEmailAddress" />
-
- <Button
- android:id="@+id/import_keys_server_search"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/btn_search" />
- </LinearLayout>
+ android:text="@string/menu_keyServer" />
+
+ <!-- <Spinner -->
+ <!-- android:id="@+id/import_keys_server_key_server" -->
+ <!-- android:layout_width="fill_parent" -->
+ <!-- android:layout_height="wrap_content" /> -->
+
+
+ <!-- <LinearLayout -->
+ <!-- android:layout_width="fill_parent" -->
+ <!-- android:layout_height="wrap_content" -->
+ <!-- android:orientation="horizontal" > -->
+
+
+ <!-- <EditText -->
+ <!-- android:id="@+id/import_keys_server_query" -->
+ <!-- android:layout_width="0dip" -->
+ <!-- android:layout_height="wrap_content" -->
+ <!-- android:layout_weight="1" -->
+ <!-- android:inputType="textPersonName|textEmailAddress" /> -->
+
+
+ <!-- <Button -->
+ <!-- android:id="@+id/import_keys_server_search" -->
+ <!-- android:layout_width="wrap_content" -->
+ <!-- android:layout_height="wrap_content" -->
+ <!-- android:text="@string/btn_search" /> -->
+ <!-- </LinearLayout> -->
</LinearLayout> \ No newline at end of file