Android: ListView, problem with rounded corners
I have ListView with rounded corners implemented like bellow. <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/list" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="@drawable/list_bg" android:divider="#dbdbdb" android:dividerHeight="1sp" android:cacheColorHint="#00000000" android:descendantFocusability="afterDescendants" android:scrollbars="vertical"> </ListView> where list_bg.xml is: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">