Whatever you are trying to achieve you need to implement that in your own 
custom ListAdapter implementation.
Go into the adapter's getView 
method<http://developer.android.com/reference/android/widget/Adapter.html#getView%28int,%20android.view.View,%20android.view.ViewGroup%29>and
 add some code that styles your item to your needs when position 
== 0

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to