aspose file tools
The moose likes Android and the fly likes Android - center justified email body from Intent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Android - center justified email body from Intent" Watch "Android - center justified email body from Intent" New topic
Author

Android - center justified email body from Intent

Steve Myers
Ranch Hand

Joined: Dec 08, 2012
Posts: 42
crosspost @ stackoverflow


I am attempting to email the results of the app with an intent. I am using a StringBuffer and appending a few lines of text with "\n" within each line and then invoking toString() on it and storing it in the 'result' variable.

The problem I am having is the text is automatically center justified in the email message body. What can I do to change this and make it left justified?

Here is the code for passing the intent:


 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Android - center justified email body from Intent
 
Similar Threads
Cannot find the problem in the code
Sending an Email with JavaMail
Set MIME type text/html
How to start new activity when click on a listview and pause the process that is being in background
sending Email with attachment using Android emulator