On Mar 31, 11:25 am, Jiang <[email protected]> wrote:
> I want to display a horizontal bar in the view, just like the separator of 
> ListView, in other words, the left/right of the bar is fading

This is how it's done in the Contacts app:

<View
    android:layout_width="fill_parent"
    android:layout_height="1dp"
    android:background="?android:attr/listDivider"
    />

--
Jon

--~--~---------~--~----~------------~-------~--~----~
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