equal
deleted
inserted
replaced
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 |