Hi,

I have this layout for a ListView:

   <ListView android:id="@id/android:list"
  android:layout_width="fill_parent"
  android:layout_height="wrap_content"
  android:layout_below="@id/free_shopping_title"
  android:layout_above="@id/free_shopping_total_price">
  </ListView>

and the divider shows fine at the bottom, but if I try to change the color
of the divider like this:

   <ListView android:id="@id/android:list"
  android:layout_width="fill_parent"
  android:layout_height="wrap_content"
  android:layout_below="@id/free_shopping_title"
  android:layout_above="@id/free_shopping_total_price"
  android:divider="#FF0000">
  </ListView>

then the divider is never shown. Any idea?

Also, I'd like to change the color of the "glowing" that shows up at the
bottom/head of the ListView when you're at the last/firts item, does anyone
how can I change that gradient color?

Thanks guys! :D

Luis.

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