diff options
| author | Thialfihar <thialfihar@gmail.com> | 2010-04-15 14:37:46 +0000 |
|---|---|---|
| committer | Thialfihar <thialfihar@gmail.com> | 2010-04-15 14:37:46 +0000 |
| commit | acd71a45c09ad6668a03ec74399d8f526ab647e2 (patch) | |
| tree | da6f4d3ee14825120083d9c838a804e9e918a2a0 /res/layout | |
| parent | b8009d6d43277a7840819885a64aeda9e5f582e7 (diff) | |
| download | open-keychain-acd71a45c09ad6668a03ec74399d8f526ab647e2.tar.gz open-keychain-acd71a45c09ad6668a03ec74399d8f526ab647e2.tar.bz2 open-keychain-acd71a45c09ad6668a03ec74399d8f526ab647e2.zip | |
minor layout fixes, replace non breakable spaces if found in an encrypted armored message, as they break the decryption, the HTML representation of GMail introduces them for empty lines ending in a normal space, also adjusted the PGP_MESSAGE regex to allow for spaces after the -----, which seems to be added by some implementations
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/mailbox_message_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/mailbox_message_item.xml b/res/layout/mailbox_message_item.xml index b2b5e91d4..a5858fba3 100644 --- a/res/layout/mailbox_message_item.xml +++ b/res/layout/mailbox_message_item.xml @@ -29,7 +29,7 @@ android:src="@drawable/encrypted" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_centerVertical="true"/> + android:layout_gravity="center_vertical"/> <LinearLayout android:orientation="vertical" |
