标签:style blog color sp div log bs new as
ListView lv = getListView(); ColorDrawable sage = new ColorDrawable(this.getResources().getColor(R.color.sage)); lv.setDivider(sage); lv.setDividerHeight(1);
ListView lv = getListView(); PaintDrawable sage = new PaintDrawable(R.drawable.sage); lv.setDivider(sage); lv.setDividerHeight(1);
ListView.setDivider,自定义的Devider
标签:style blog color sp div log bs new as
原文地址:http://www.cnblogs.com/niray/p/4030660.html