aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-16 05:28:51 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-16 05:28:51 +0200
commitbbe986743c9e6c2a22df95e0fbde0de2340bf467 (patch)
treeadbdfe155668f5fd6253d0c499987822b30d5e28 /OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml
parent443170b876751739df7249f0c497fdec6f6f892f (diff)
downloadopen-keychain-bbe986743c9e6c2a22df95e0fbde0de2340bf467.tar.gz
open-keychain-bbe986743c9e6c2a22df95e0fbde0de2340bf467.tar.bz2
open-keychain-bbe986743c9e6c2a22df95e0fbde0de2340bf467.zip
API: Allow ACTION_SIGN_AND_ENCRYPT with no key ids or user ids extras, fix pre-selection of key ids (no revoked or expired ones, also select duplicates), refactor text using spannables
Diffstat (limited to 'OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml b/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml
index a10592607..bf4d0a70d 100644
--- a/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml
+++ b/OpenKeychain/src/main/res/layout/api_remote_select_pub_keys.xml
@@ -4,13 +4,13 @@
android:layout_height="fill_parent"
android:orientation="vertical" >
- <org.sufficientlysecure.htmltextview.HtmlTextView
+ <TextView
android:id="@+id/api_select_pub_keys_text"
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="8dp"
- android:paddingBottom="0dip"
- android:text="Set in-code!"
+ android:paddingTop="8dp"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
android:textAppearance="?android:attr/textAppearanceSmall" />
<FrameLayout