aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-01 21:55:34 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-01 21:55:34 +0100
commit776392be3a66d30c5c91b56dee7a9eabcdcbf038 (patch)
treeff1505d3bbb620ed04b5a68673942e8fb7096804 /OpenPGP-Keychain/src/main/res/layout
parent17f63e071616bae0dbd01014d28781ed22e5234d (diff)
downloadopen-keychain-776392be3a66d30c5c91b56dee7a9eabcdcbf038.tar.gz
open-keychain-776392be3a66d30c5c91b56dee7a9eabcdcbf038.tar.bz2
open-keychain-776392be3a66d30c5c91b56dee7a9eabcdcbf038.zip
Reworking import, testing needed...
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/import_keys_server_fragment.xml9
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_server_query.xml40
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_server_query_result_item.xml77
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/key_server_query_result_user_id.xml10
4 files changed, 0 insertions, 136 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/import_keys_server_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/import_keys_server_fragment.xml
index d5fa3e290..2438dd785 100644
--- a/OpenPGP-Keychain/src/main/res/layout/import_keys_server_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/import_keys_server_fragment.xml
@@ -42,13 +42,4 @@
bootstrapbutton:bb_type="default" />
</LinearLayout>
- <com.beardedhen.androidbootstrap.BootstrapButton
- android:id="@+id/import_server_button"
- android:layout_width="match_parent"
- android:layout_height="70dp"
- android:layout_margin="10dp"
- android:text="@string/menu_key_server"
- bootstrapbutton:bb_size="default"
- bootstrapbutton:bb_type="default" />
-
</LinearLayout> \ No newline at end of file
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_server_query.xml b/OpenPGP-Keychain/src/main/res/layout/key_server_query.xml
deleted file mode 100644
index 5ba90de47..000000000
--- a/OpenPGP-Keychain/src/main/res/layout/key_server_query.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
-
- <Spinner
- android:id="@+id/sign_key_keyserver"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <EditText
- android:id="@+id/query"
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:hint="@string/hint_public_keys"
- android:imeOptions="actionSearch"
- android:inputType="textNoSuggestions"
- android:singleLine="true" />
-
- <Button
- android:id="@+id/btn_search"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/btn_search" />
- </LinearLayout>
-
- <ListView
- android:id="@+id/list"
- android:layout_width="match_parent"
- android:layout_height="0dip"
- android:layout_weight="1" />
-
-</LinearLayout> \ No newline at end of file
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_item.xml b/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_item.xml
deleted file mode 100644
index 6d883d26d..000000000
--- a/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_item.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingLeft="3dip"
- android:paddingRight="?android:attr/scrollbarSize"
- android:singleLine="true" >
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal" >
-
- <LinearLayout
- android:layout_width="0dip"
- android:layout_height="wrap_content"
- android:layout_weight="1"
- android:orientation="vertical"
- android:paddingLeft="5dip"
- android:paddingRight="5dip" >
-
- <TextView
- android:id="@+id/mainUserId"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Main User ID"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <TextView
- android:id="@+id/mainUserIdRest"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="&lt;user@somewhere.com>"
- android:textAppearance="?android:attr/textAppearanceSmall" />
- </LinearLayout>
-
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="right"
- android:minWidth="90dip"
- android:orientation="vertical"
- android:paddingLeft="3dip" >
-
- <TextView
- android:id="@+id/keyId"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:text="BBBBBBBB"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:typeface="monospace" />
-
- <TextView
- android:id="@+id/algorithm"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <TextView
- android:id="@+id/status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="#e00" />
- </LinearLayout>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_marginLeft="30dip"
- android:orientation="vertical" >
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file
diff --git a/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_user_id.xml b/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_user_id.xml
deleted file mode 100644
index c69735e67..000000000
--- a/OpenPGP-Keychain/src/main/res/layout/key_server_query_result_user_id.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<TextView xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginRight="?android:attr/scrollbarSize"
- android:paddingRight="3dip"
- android:singleLine="true"
- android:textAppearance="?android:attr/textAppearanceSmall" >
-
-</TextView> \ No newline at end of file