Using java Syntax Highlighting
- int k;
- int c = positionId.length;
- for(k = 0 ; k < c; k++){
- if(position[k]<10){
- View element = list.getView(position[k], null, null);
- element.setBackgroundColor(R.color.gray);
- list.bindView(element, this, listCursor);
- element.invalidate();
- }
- }
- setListAdapter(exercises);
Parsed in 0.031 seconds, using GeSHi 1.0.8.4




