How can I change the font size in a ListView element? In my main.xml file, I have tried several different values in for android:textSize (pt,px,sp,dp) and nothing seems to c
2 ways to go:
simple_list_item_1.xml
android.R.layout.simple_list_item_1
BaseAdapter
getView(..)
I'd suggest you go with latter.