Changeset 626
- Timestamp:
- 02/02/10 18:00:31 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/ui/ConfigScreen.java
r625 r626 275 275 } 276 276 277 protected int moveFocus(int amount, int status, int time) { 278 invalidate(); 279 return super.moveFocus(amount, status, time); 280 } 281 277 282 public void drawListRow(ListField listField, Graphics graphics, int index, int y, int width) { 278 int yPos = (getRowHeight() / 2) - 8;283 int yPos = y + (getRowHeight() / 2) - 8; 279 284 if(isFocus && index == getSelectedIndex()) { 280 285 graphics.drawBitmap(width - 15, yPos, 10, 16, chevronIconHighlighted, 0, 0);
Note: See TracChangeset
for help on using the changeset viewer.
