change font size in ListView
I have made a ListView
in my android application.
ListView
.
Does anybody have any idea how to change font size of list view?
You should make custom layout of row then you are able to set font size of the list view according to your requirement here i am giving some link for creating custom layout for listview.
http://www.androidpeople.com/android-custom-listview-tutorial-part-1
i hope this is help.
You can set the font size in your row layout, or manually with code in your list adapter's newView() and/or bindView() methods. Post your row layout and/or adapter code for more help.
精彩评论