Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Am New To Android . I created Listview Using Webservice in Android . In listview I have Four columns And Six Rows. i Want to change the font Size of the column header value in my listview .. iS it possible means . help me ..Thanks in Advance..
Posted

Hi,

First Create a separate Layout xml file for Custom Listview, based on your listview rows, add android views(like TextViews,Buttons) for your xml file. For Each view there is property called
android:textsize="18sp". Change text size according your requirement...
 
Share this answer
 
Comments
Member 10556609 14-Apr-14 9:13am    
i represent three textview seperately for listview..but i want in coding.how to give text size for 1st row of listview
It is not possible to set textsize for entire row in Coding. Possible to set textsize for each textview either in coding or xml file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900