Friday, July 19, 2013

Change the ListView divider Line color

  <ListView
        android:id="@+id/listView1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_centerHorizontal="true"
        android:divider="#990000" 
        android:dividerHeight="1px">
    </ListView>

No comments:

Post a Comment