- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
if (convertView == null || convertView != null) {
if (Position2.get(position)) {
t.setVisibility(0);
b.setVisibility(4);
mlp.setMargins(15, 0, 60, 0);
y.setBackgroundColor(getResources().getColor(R.color.app_text_white));
} else {
mlp.setMargins(60, 0, 15, 0);
t.setVisibility(4);
b.setVisibility(0);
y.setBackgroundColor(getResources().getColor(R.color.app_text_white));
}
} else {
view = convertView;
}
someone 25.11.2014 13:56 # 0
bormand 25.11.2014 14:04 # +4
Elvenfighter 26.11.2014 02:41 # 0
Как тут без шутки юмора про Шрёдингера?
bormand 26.11.2014 06:33 # 0