project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
changeset 4476 4bf74e158f44
parent 4356 d1d26f8963a3
child 4976 088d40d8aba2
equal deleted inserted replaced
4474:499748f6e80f 4476:4bf74e158f44
   144         cell.detailTextLabel.text = IS_IPAD() ? nil : NSLocalizedString(@"Choosing a Scheme will select its associated Weapon",@"");
   144         cell.detailTextLabel.text = IS_IPAD() ? nil : NSLocalizedString(@"Choosing a Scheme will select its associated Weapon",@"");
   145         cell.detailTextLabel.adjustsFontSizeToFitWidth = YES;
   145         cell.detailTextLabel.adjustsFontSizeToFitWidth = YES;
   146         cell.accessoryView = self.syncSwitch;
   146         cell.accessoryView = self.syncSwitch;
   147     }
   147     }
   148 
   148 
   149     cell.backgroundColor = [UIColor blackColor];
   149     cell.backgroundColor = UICOLOR_HW_ALMOSTBLACK;
   150     cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
   150     cell.textLabel.textColor = UICOLOR_HW_YELLOW_TEXT;
   151     cell.detailTextLabel.textColor = [UIColor whiteColor];
   151     cell.detailTextLabel.textColor = [UIColor whiteColor];
   152     return cell;
   152     return cell;
   153 }
   153 }
   154 
   154