()
| 82 | public int getVWidth() { return 0; } |
| 83 | |
| 84 | public int getColorBGnd() { |
| 85 | return ColorTheme.getColor(even ? ColorTheme.LIST_BGND_EVEN : ColorTheme.LIST_BGND); |
| 86 | } |
| 87 | public final void parse() { |
| 88 | MessageParser.getInstance().parseMsg(this, VirtualList.messagesWidth); |
| 89 | updateHeight(); |