tags:

views:

22

answers:

1

In android 2.0 Contact application, under the 'Favorites' tab, there is a 'Frequently contacted' title bar. Can you please tell me how can I construct that myself?

I would like what is the font size, font color , back ground color that they use.

A: 

You can grab the source of the Contacts apk from here and see exactly how the Android devs constructed that UI.

QRohlf