aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-06-02 10:20:41 +0000
committerThialfihar <thialfihar@gmail.com>2010-06-02 10:20:41 +0000
commit72b899fa798bc3bd9154662e51f28195d831b9fc (patch)
tree2ace96146a151a11d589575f764db54f9c0b8283 /res/layout
parentaea1902591a34bcb22303c307be37c9adfdaec27 (diff)
downloadopen-keychain-72b899fa798bc3bd9154662e51f28195d831b9fc.tar.gz
open-keychain-72b899fa798bc3bd9154662e51f28195d831b9fc.tar.bz2
open-keychain-72b899fa798bc3bd9154662e51f28195d831b9fc.zip
by default show the undecrypted block without line wrapping, just feels less messy, switch after decryption
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/decrypt.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/decrypt.xml b/res/layout/decrypt.xml
index 03e2f6311..41bbee479 100644
--- a/res/layout/decrypt.xml
+++ b/res/layout/decrypt.xml
@@ -77,6 +77,7 @@
<EditText
android:id="@+id/message"
android:inputType="text|textCapSentences|textMultiLine|textLongMessage"
+ android:scrollHorizontally="true"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="top"/>