diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-19 02:17:49 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-19 02:17:49 +0200 |
commit | 922ac725bba873c17f6b126bdb550c7d0dc418ab (patch) | |
tree | dee44690ff0e052fc7842f349a14253f82a3006a /OpenPGP-Keychain/res | |
parent | 3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd (diff) | |
download | open-keychain-922ac725bba873c17f6b126bdb550c7d0dc418ab.tar.gz open-keychain-922ac725bba873c17f6b126bdb550c7d0dc418ab.tar.bz2 open-keychain-922ac725bba873c17f6b126bdb550c7d0dc418ab.zip |
Renaming some files
Diffstat (limited to 'OpenPGP-Keychain/res')
-rw-r--r-- | OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml b/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml index 9c7e53cf8..2b0abf9b6 100644 --- a/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml +++ b/OpenPGP-Keychain/res/layout/import_keys_keyserver_fragment.xml @@ -1,8 +1,30 @@ -<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" > + android:layout_width="match_parent" + 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" + 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 |