project_files/HedgewarsMobile/Classes/WeaponCellView.m
changeset 6074 047eaed35cbb
parent 5982 283be2ca54a7
child 6078 8c0cc07731e5
equal deleted inserted replaced
6073:e6ce1a337e0f 6074:047eaed35cbb
   100         crateLab.textColor = [UIColor grayColor];
   100         crateLab.textColor = [UIColor grayColor];
   101         crateLab.textAlignment = UITextAlignmentCenter;
   101         crateLab.textAlignment = UITextAlignmentCenter;
   102 
   102 
   103         helpLabel = [[UILabel alloc] init];
   103         helpLabel = [[UILabel alloc] init];
   104         helpLabel.backgroundColor = [UIColor clearColor];
   104         helpLabel.backgroundColor = [UIColor clearColor];
   105         helpLabel.textColor = [UIColor grayColor];
   105         helpLabel.textColor = [UIColor darkGrayColor];
   106         helpLabel.textAlignment = UITextAlignmentRight;
   106         helpLabel.textAlignment = UITextAlignmentRight;
   107         helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont smallSystemFontSize]];
   107         helpLabel.font = [UIFont italicSystemFontOfSize:[UIFont systemFontSize]];
   108 
   108 
   109         [self.contentView addSubview:weaponName];
   109         [self.contentView addSubview:weaponName];
   110         [self.contentView addSubview:weaponIcon];
   110         [self.contentView addSubview:weaponIcon];
   111 
   111 
   112         [self.contentView addSubview:initialSli];
   112         [self.contentView addSubview:initialSli];