Description: Android application development, we often used ListView control, and we may be bored square ListView control to achieve rounded the ListView, and on ScrollView control.
To Search:
File list (Check if you may need any files):
com.android.TestListViewStyle.MainActivity
..........................................\.classpath
..........................................\.project
..........................................\AndroidManifest.xml
..........................................\assets
..........................................\bin
..........................................\...\classes
..........................................\gen
..........................................\libs
..........................................\....\android-support-v4.jar
..........................................\proguard-project.txt
..........................................\project.properties
..........................................\res
..........................................\...\drawable-hdpi
..........................................\...\.............\ic_action_search.png
..........................................\...\.............\ic_launcher.png
..........................................\...\drawable-ldpi
..........................................\...\drawable-mdpi
..........................................\...\.............\ic_action_search.png
..........................................\...\.............\ic_launcher.png
..........................................\...\.............\listview_round_corner_bg.xml
..........................................\...\.............\listview_round_corner_bottom_selector.xml
..........................................\...\.............\listview_round_corner_bottom_shape_normal.xml
..........................................\...\.............\listview_round_corner_bottom_shape_pressed.xml
..........................................\...\.............\listview_round_corner_medium_selector.xml
..........................................\...\.............\listview_round_corner_medium_shape_normal.xml
..........................................\...\.............\listview_round_corner_medium_shape_pressed.xml
..........................................\...\.............\listview_round_corner_selector.xml
..........................................\...\.............\listview_round_corner_shape_normal.xml
..........................................\...\.............\listview_round_corner_shape_pressed.xml
..........................................\...\.............\listview_round_corner_top_selector.xml
..........................................\...\.............\listview_round_corner_top_shape_normal.xml
..........................................\...\.............\listview_round_corner_top_shape_pressed.xml
..........................................\...\drawable-xhdpi
..........................................\...\..............\ic_action_search.png
..........................................\...\..............\ic_launcher.png
..........................................\...\layout
..........................................\...\......\activity_main.xml
..........................................\...\......\activity_show_round_corner_listview.xml
..........................................\...\......\listview_item.xml
..........................................\...\menu
..........................................\...\....\activity_main.xml
..........................................\...\values
..........................................\...\......\colors.xml
..........................................\...\......\dimens.xml
..........................................\...\......\strings.xml
..........................................\...\......\styles.xml
..........................................\...\values-large
..........................................\...\............\dimens.xml
..........................................\src
..........................................\...\com
..........................................\...\...\android
..........................................\...\...\.......\TestListViewStyle
..........................................\...\...\.......\.................\MainActivity.java
..........................................\...\...\.......\.................\RoundCornerListView.java
..........................................