I m new to android application development. I made a project on getting feeds of sites. I displayed the title and description of feeds in textview which is not looking very presentable. Is there any alternate to it? I just need my application to look a bit presentable.
A:
Seems to me you want to style it with themes etc.
This is how to do this http://developer.android.com/guide/topics/ui/themes.html
And I guess you already checked all the things you can do with a textview. http://developer.android.com/reference/android/widget/TextView.html
Milan
2010-07-01 15:14:24