I have a layout,something like this.
<Table with white bngcolor>
<TableRows>
</TableRows>
<TableRows>
<TableLayout with blu backgrnd color>
<TableRows>
</TableRows>
<TableRow>
<ListView with white background
with a black divider/>
</TableRow>
</TableLayout
</TableRows>
</Table>
Each Row in the list is like this
<TableLayout android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView android:id="@+id/empNameText"
android:textColor="#0000FF" android:textSize="14px"
android:selectable="false"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
</TextView>
<TextView android:id="@+id/cmpNameText"
android:textColor="#000000" android:textSize="12px"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</TextView>
</TableLayout>
Now wen i give no divider to my list I get a blue fadding edge as my
divider.
instead when i give the divider to be as #00000,i get no divider.
I want to acheive a black divider in the list.How do i acheive that?
Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---