listview1.setSelector(android.R.color.transparent);
android.graphics.drawable.GradientDrawable style = new android.graphics.drawable.GradientDrawable();
style.setColor(Color.parseColor("#207010"));
style.setCornerRadius(10);
listview1.setSelector(style);