If that's needed, this should be a bug in the framework, isn't it? I'm asking in order to open a bug report.
2011/5/15 Nasif Noorudeen <[email protected]> > use your own list view > don't use built in inside android > > > change > > > <ListView android:id="@id/android:list" // > android:id="@+id/som_id" > > 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> > > > > > On Sun, May 15, 2011 at 10:55 PM, luiX_ <[email protected]> wrote: > >> 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 > > > -- > 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 -- 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

