by default show the undecrypted block without line wrapping, just feels less messy, switch after decryption

This commit is contained in:
Thialfihar
2010-06-02 10:20:41 +00:00
parent aea1902591
commit 72b899fa79
2 changed files with 5 additions and 2 deletions

View File

@@ -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"/>