¡@

Home 

2014/10/16 ¤W¤È 08:17:06

android Programming Glossary: justifiedtextview

How to justify text on a TextView made easy- Android

http://stackoverflow.com/questions/11922861/how-to-justify-text-on-a-textview-made-easy-android

me if I'm wrong . The result is the following And the code for setting it programmatically is as simple as this JustifiedTextView J new JustifiedTextView J.setText insert your text here Of course it'd be stupid to leave it like that so I also added.. The result is the following And the code for setting it programmatically is as simple as this JustifiedTextView J new JustifiedTextView J.setText insert your text here Of course it'd be stupid to leave it like that so I also added the methods for changing.. the font size and the font color which are basically all I use TextViews for. Meaning I can do something like this JustifiedTextView J new JustifiedTextView J.setText insert your text here J.setTextColor Color.RED J.setTextSize 30 And obtain the following..