From c4d8a9ee635d0fa22f5d4fe595b7c9d4ad46e006 Mon Sep 17 00:00:00 2001 From: Yann Diorcet Date: Thu, 12 Jul 2012 09:48:32 +0200 Subject: [PATCH] Rename hightlight to higlight --- Classes/ContactDetailsLabelViewController.m | 2 + Classes/ContactsTableViewController.m | 2 +- Classes/LinphoneUI/UICallCell.h | 4 +- Classes/LinphoneUI/UICallCell.m | 12 +-- Classes/LinphoneUI/UICallCell.xib | 26 +++---- Classes/LinphoneUI/UIChatCell.xib | 72 ++---------------- Classes/LinphoneUI/UIContactCell.xib | 45 ++--------- Classes/LinphoneUI/UIHistoryCell.xib | 7 +- ...ight.png => cell_call_first_highlight.png} | Bin ...hightlight.png => cell_call_highlight.png} | Bin ...list_hightlight.png => list_highlight.png} | Bin linphone.xcodeproj/project.pbxproj | 36 ++++----- 12 files changed, 60 insertions(+), 146 deletions(-) rename Resources/{cell_call_first_hightlight.png => cell_call_first_highlight.png} (100%) rename Resources/{cell_call_hightlight.png => cell_call_highlight.png} (100%) rename Resources/{list_hightlight.png => list_highlight.png} (100%) diff --git a/Classes/ContactDetailsLabelViewController.m b/Classes/ContactDetailsLabelViewController.m index ad5e22e21..62508669a 100644 --- a/Classes/ContactDetailsLabelViewController.m +++ b/Classes/ContactDetailsLabelViewController.m @@ -68,6 +68,8 @@ UITableViewCell *cell = [atableView dequeueReusableCellWithIdentifier:kCellId]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:kCellId] autorelease]; + //TODO + /*[cell setSelectedBackgroundView:[[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"list_highlight.png"]]autorelease]];*/ } NSString* key = [[dataList allKeys] objectAtIndex:[indexPath row]]; [cell.textLabel setText:[dataList objectForKey:key]]; diff --git a/Classes/ContactsTableViewController.m b/Classes/ContactsTableViewController.m index f3d930e47..258d265b1 100644 --- a/Classes/ContactsTableViewController.m +++ b/Classes/ContactsTableViewController.m @@ -189,7 +189,7 @@ static void sync_toc_address_book (ABAddressBookRef addressBook, CFDictionaryRef cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleValue1 reuseIdentifier:kNewContactCellId] autorelease]; //TODO /* - [cell setSelectedBackgroundView:[[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"list_hightlight.png"]]autorelease]];*/ + [cell setSelectedBackgroundView:[[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"list_highlight.png"]]autorelease]];*/ } [cell.textLabel setText:@"Add new contact"]; return cell; diff --git a/Classes/LinphoneUI/UICallCell.h b/Classes/LinphoneUI/UICallCell.h index 00e624083..e48b2de57 100644 --- a/Classes/LinphoneUI/UICallCell.h +++ b/Classes/LinphoneUI/UICallCell.h @@ -39,7 +39,7 @@ BOOL currentCall; UIImageView* headerBackgroundImage; - UIImageView* headerBackgroundHightlightImage; + UIImageView* headerBackgroundHighlightImage; UILabel *addressLabel; UILabel *stateLabel; @@ -57,7 +57,7 @@ @property (retain) UICallCellData *data; @property (nonatomic, retain) IBOutlet UIImageView* headerBackgroundImage; -@property (nonatomic, retain) IBOutlet UIImageView* headerBackgroundHightlightImage; +@property (nonatomic, retain) IBOutlet UIImageView* headerBackgroundHighlightImage; @property (nonatomic, retain) IBOutlet UILabel* addressLabel; @property (nonatomic, retain) IBOutlet UILabel* stateLabel; diff --git a/Classes/LinphoneUI/UICallCell.m b/Classes/LinphoneUI/UICallCell.m index 083b7ba3a..6bb07e7b4 100644 --- a/Classes/LinphoneUI/UICallCell.m +++ b/Classes/LinphoneUI/UICallCell.m @@ -40,7 +40,7 @@ @synthesize data; @synthesize headerBackgroundImage; -@synthesize headerBackgroundHightlightImage; +@synthesize headerBackgroundHighlightImage; @synthesize addressLabel; @synthesize stateLabel; @@ -90,7 +90,7 @@ - (void)prepareForReuse { [super prepareForReuse]; self->currentCall = FALSE; - [headerBackgroundHightlightImage setAlpha:0.0f]; + [headerBackgroundHighlightImage setAlpha:0.0f]; } #pragma mark - Properties Functions @@ -100,9 +100,9 @@ currentCall = val; if(oldVal != val) { if (currentCall) { - [self startBlinkAnimation:@"Blink" target:headerBackgroundHightlightImage]; + [self startBlinkAnimation:@"Blink" target:headerBackgroundHighlightImage]; } else { - [self stopBlinkAnimation:@"Blink" target:headerBackgroundHightlightImage]; + [self stopBlinkAnimation:@"Blink" target:headerBackgroundHighlightImage]; } } } @@ -193,10 +193,10 @@ [removeButton setHidden:true]; if(firstCell) { [headerBackgroundImage setImage:[UIImage imageNamed:@"cell_call_first.png"]]; - [headerBackgroundHightlightImage setImage:[UIImage imageNamed:@"cell_call_first_hightlight.png"]]; + [headerBackgroundHighlightImage setImage:[UIImage imageNamed:@"cell_call_first_highlight.png"]]; } else { [headerBackgroundImage setImage:[UIImage imageNamed:@"cell_call.png"]]; - [headerBackgroundHightlightImage setImage:[UIImage imageNamed:@"cell_call_hightlight.png"]]; + [headerBackgroundHighlightImage setImage:[UIImage imageNamed:@"cell_call_highlight.png"]]; } } else { [stateImage setHidden:true]; diff --git a/Classes/LinphoneUI/UICallCell.xib b/Classes/LinphoneUI/UICallCell.xib index b6da4700f..c3a0437e7 100644 --- a/Classes/LinphoneUI/UICallCell.xib +++ b/Classes/LinphoneUI/UICallCell.xib @@ -4806,14 +4806,6 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE 54 - - - headerBackgroundHightlightImage - - - - 57 - selectedBackgroundView @@ -4822,6 +4814,14 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE 58 + + + headerBackgroundHighlightImage + + + + 59 + doHeaderClick: @@ -4965,7 +4965,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE 56 - headerBackgroundHightlightImage + headerBackgroundHighlightImage @@ -4999,7 +4999,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE - 58 + 59 @@ -5024,7 +5024,7 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE UILabel UIImageView UIView - UIImageView + UIImageView UIImageView UIView UIPauseButton @@ -5045,8 +5045,8 @@ AAgAAAAIAAIACAACAAAAAgAAAAEAAQABAAE avatarView UIView - - headerBackgroundHightlightImage + + headerBackgroundHighlightImage UIImageView diff --git a/Classes/LinphoneUI/UIChatCell.xib b/Classes/LinphoneUI/UIChatCell.xib index 9d6d04987..dda98e6a6 100644 --- a/Classes/LinphoneUI/UIChatCell.xib +++ b/Classes/LinphoneUI/UIChatCell.xib @@ -42,7 +42,6 @@ 292 {{10, 8}, {27, 27}} - _NS:9 NO @@ -57,7 +56,6 @@ 274 {{45, 0}, {60, 44}} - _NS:328 NO @@ -93,7 +91,6 @@ 274 {{110, 0}, {170, 44}} - _NS:328 NO @@ -126,7 +123,7 @@ 292 {{276, 0}, {44, 44}} - + _NS:9 NO IBCocoaTouchFramework @@ -164,7 +161,7 @@ 292 {{276, 0}, {44, 44}} - + _NS:9 NO IBCocoaTouchFramework @@ -190,7 +187,6 @@ {320, 44} - _NS:9 @@ -204,13 +200,13 @@ 292 {320, 44} - + _NS:9 NO IBCocoaTouchFramework NSImage - list_hightlight.png + list_highlight.png @@ -218,7 +214,7 @@ 292 {320, 44} - + _NS:9 NO @@ -401,61 +397,7 @@ 37 - - - - UIChatCell - UITableViewCell - - id - id - - - - onDeleteClick: - id - - - onDetailsClick: - id - - - - UIImageView - UILabel - UIButton - UIButton - UILabel - - - - avatarImage - UIImageView - - - chatContentLabel - UILabel - - - deleteButton - UIButton - - - detailsButton - UIButton - - - displayNameLabel - UILabel - - - - IBProjectSource - ./Classes/UIChatCell.h - - - - + 0 IBCocoaTouchFramework @@ -470,7 +412,7 @@ {45, 45} {45, 45} {45, 45} - {640, 88} + {640, 88} 1181 diff --git a/Classes/LinphoneUI/UIContactCell.xib b/Classes/LinphoneUI/UIContactCell.xib index bfa83f78e..0b696c528 100644 --- a/Classes/LinphoneUI/UIContactCell.xib +++ b/Classes/LinphoneUI/UIContactCell.xib @@ -41,7 +41,6 @@ 292 {{6, 6}, {32, 32}} - _NS:9 NO @@ -52,7 +51,6 @@ 274 {{46, 0}, {55, 44}} - _NS:328 NO @@ -88,7 +86,7 @@ 274 {{111, 0}, {200, 44}} - + _NS:328 NO YES @@ -118,7 +116,6 @@ {320, 44} - _NS:9 @@ -132,13 +129,13 @@ 292 {320, 44} - + _NS:9 NO IBCocoaTouchFramework NSImage - list_hightlight.png + list_highlight.png @@ -146,7 +143,7 @@ 292 {320, 44} - + _NS:9 NO @@ -275,37 +272,7 @@ 24 - - - - UIContactCell - UITableViewCell - - UIImageView - UILabel - UILabel - - - - avatarImage - UIImageView - - - firstNameLabel - UILabel - - - lastNameLabel - UILabel - - - - IBProjectSource - ./Classes/UIContactCell.h - - - - + 0 IBCocoaTouchFramework @@ -315,7 +282,7 @@ YES 3 - list_hightlight.png + list_highlight.png {640, 88} 1181 diff --git a/Classes/LinphoneUI/UIHistoryCell.xib b/Classes/LinphoneUI/UIHistoryCell.xib index d921b21d4..4a1efe211 100644 --- a/Classes/LinphoneUI/UIHistoryCell.xib +++ b/Classes/LinphoneUI/UIHistoryCell.xib @@ -129,6 +129,7 @@ {{276, 0}, {44, 44}} + _NS:9 NO IBCocoaTouchFramework @@ -169,12 +170,13 @@ {320, 44} + _NS:9 NO IBCocoaTouchFramework NSImage - list_hightlight.png + list_highlight.png @@ -183,6 +185,7 @@ {320, 44} + _NS:9 NO @@ -412,7 +415,7 @@ {45, 45} {45, 45} {45, 45} - {640, 88} + {640, 88} 1181 diff --git a/Resources/cell_call_first_hightlight.png b/Resources/cell_call_first_highlight.png similarity index 100% rename from Resources/cell_call_first_hightlight.png rename to Resources/cell_call_first_highlight.png diff --git a/Resources/cell_call_hightlight.png b/Resources/cell_call_highlight.png similarity index 100% rename from Resources/cell_call_hightlight.png rename to Resources/cell_call_highlight.png diff --git a/Resources/list_hightlight.png b/Resources/list_highlight.png similarity index 100% rename from Resources/list_hightlight.png rename to Resources/list_highlight.png diff --git a/linphone.xcodeproj/project.pbxproj b/linphone.xcodeproj/project.pbxproj index fe16b075c..24123f5f1 100755 --- a/linphone.xcodeproj/project.pbxproj +++ b/linphone.xcodeproj/project.pbxproj @@ -177,8 +177,8 @@ D3128FF415AABE4E00A2147A /* contact_edit_default.png in Resources */ = {isa = PBXBuildFile; fileRef = D3128FE915AABE4E00A2147A /* contact_edit_default.png */; }; D3128FF515AABE4E00A2147A /* contact_edit_over.png in Resources */ = {isa = PBXBuildFile; fileRef = D3128FEA15AABE4E00A2147A /* contact_edit_over.png */; }; D3128FF615AABE4E00A2147A /* contact_edit_over.png in Resources */ = {isa = PBXBuildFile; fileRef = D3128FEA15AABE4E00A2147A /* contact_edit_over.png */; }; - D3196D2D15A3199D007FEEBA /* list_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D2C15A3199D007FEEBA /* list_hightlight.png */; }; - D3196D2E15A3199D007FEEBA /* list_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D2C15A3199D007FEEBA /* list_hightlight.png */; }; + D3196D2D15A3199D007FEEBA /* list_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D2C15A3199D007FEEBA /* list_highlight.png */; }; + D3196D2E15A3199D007FEEBA /* list_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D2C15A3199D007FEEBA /* list_highlight.png */; }; D3196D3415A321E3007FEEBA /* options_add_default.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D3015A321E2007FEEBA /* options_add_default.png */; }; D3196D3515A321E3007FEEBA /* options_add_default.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D3015A321E2007FEEBA /* options_add_default.png */; }; D3196D3615A321E3007FEEBA /* options_add_over.png in Resources */ = {isa = PBXBuildFile; fileRef = D3196D3115A321E2007FEEBA /* options_add_over.png */; }; @@ -475,10 +475,10 @@ D389363A15A6D53200A3A3AA /* chat_bubble_incoming.9.png in Resources */ = {isa = PBXBuildFile; fileRef = D389363715A6D53200A3A3AA /* chat_bubble_incoming.9.png */; }; D389363B15A6D53200A3A3AA /* chat_bubble_outgoing.9.png in Resources */ = {isa = PBXBuildFile; fileRef = D389363815A6D53200A3A3AA /* chat_bubble_outgoing.9.png */; }; D389363C15A6D53200A3A3AA /* chat_bubble_outgoing.9.png in Resources */ = {isa = PBXBuildFile; fileRef = D389363815A6D53200A3A3AA /* chat_bubble_outgoing.9.png */; }; - D38D14AF15A30B3D008497E8 /* cell_call_first_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AD15A30B3D008497E8 /* cell_call_first_hightlight.png */; }; - D38D14B015A30B3D008497E8 /* cell_call_first_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AD15A30B3D008497E8 /* cell_call_first_hightlight.png */; }; - D38D14B115A30B3D008497E8 /* cell_call_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AE15A30B3D008497E8 /* cell_call_hightlight.png */; }; - D38D14B215A30B3D008497E8 /* cell_call_hightlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AE15A30B3D008497E8 /* cell_call_hightlight.png */; }; + D38D14AF15A30B3D008497E8 /* cell_call_first_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AD15A30B3D008497E8 /* cell_call_first_highlight.png */; }; + D38D14B015A30B3D008497E8 /* cell_call_first_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AD15A30B3D008497E8 /* cell_call_first_highlight.png */; }; + D38D14B115A30B3D008497E8 /* cell_call_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AE15A30B3D008497E8 /* cell_call_highlight.png */; }; + D38D14B215A30B3D008497E8 /* cell_call_highlight.png in Resources */ = {isa = PBXBuildFile; fileRef = D38D14AE15A30B3D008497E8 /* cell_call_highlight.png */; }; D3A55FBC15877E5E003FD403 /* UIContactCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D3A55FBB15877E5E003FD403 /* UIContactCell.m */; }; D3A55FBD15877E5E003FD403 /* UIContactCell.m in Sources */ = {isa = PBXBuildFile; fileRef = D3A55FBB15877E5E003FD403 /* UIContactCell.m */; }; D3A55FBF15877E69003FD403 /* UIContactCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = D3A55FBE15877E69003FD403 /* UIContactCell.xib */; }; @@ -1066,7 +1066,7 @@ D3128FE815AABE4E00A2147A /* contact_back_over.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = contact_back_over.png; path = Resources/contact_back_over.png; sourceTree = ""; }; D3128FE915AABE4E00A2147A /* contact_edit_default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = contact_edit_default.png; path = Resources/contact_edit_default.png; sourceTree = ""; }; D3128FEA15AABE4E00A2147A /* contact_edit_over.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = contact_edit_over.png; path = Resources/contact_edit_over.png; sourceTree = ""; }; - D3196D2C15A3199D007FEEBA /* list_hightlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = list_hightlight.png; path = Resources/list_hightlight.png; sourceTree = ""; }; + D3196D2C15A3199D007FEEBA /* list_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = list_highlight.png; path = Resources/list_highlight.png; sourceTree = ""; }; D3196D3015A321E2007FEEBA /* options_add_default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = options_add_default.png; path = Resources/options_add_default.png; sourceTree = ""; }; D3196D3115A321E2007FEEBA /* options_add_over.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = options_add_over.png; path = Resources/options_add_over.png; sourceTree = ""; }; D3196D3215A321E3007FEEBA /* options_transfer_default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = options_transfer_default.png; path = Resources/options_transfer_default.png; sourceTree = ""; }; @@ -1269,8 +1269,8 @@ D389362A15A6D3C500A3A3AA /* NinePatch.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = NinePatch.xcodeproj; path = NinePatch/NinePatch.xcodeproj; sourceTree = ""; }; D389363715A6D53200A3A3AA /* chat_bubble_incoming.9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = chat_bubble_incoming.9.png; path = Resources/chat_bubble_incoming.9.png; sourceTree = ""; }; D389363815A6D53200A3A3AA /* chat_bubble_outgoing.9.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = chat_bubble_outgoing.9.png; path = Resources/chat_bubble_outgoing.9.png; sourceTree = ""; }; - D38D14AD15A30B3D008497E8 /* cell_call_first_hightlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = cell_call_first_hightlight.png; path = Resources/cell_call_first_hightlight.png; sourceTree = ""; }; - D38D14AE15A30B3D008497E8 /* cell_call_hightlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = cell_call_hightlight.png; path = Resources/cell_call_hightlight.png; sourceTree = ""; }; + D38D14AD15A30B3D008497E8 /* cell_call_first_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = cell_call_first_highlight.png; path = Resources/cell_call_first_highlight.png; sourceTree = ""; }; + D38D14AE15A30B3D008497E8 /* cell_call_highlight.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = cell_call_highlight.png; path = Resources/cell_call_highlight.png; sourceTree = ""; }; D3A55FBA15877E5E003FD403 /* UIContactCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIContactCell.h; sourceTree = ""; }; D3A55FBB15877E5E003FD403 /* UIContactCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UIContactCell.m; sourceTree = ""; }; D3A55FBE15877E69003FD403 /* UIContactCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = UIContactCell.xib; sourceTree = ""; }; @@ -2084,8 +2084,8 @@ D31C9C8F158A1C1000756B45 /* call_status_outgoing.png */, D36C43CC158F2F370048BA40 /* cell_call.png */, D3211BB8159C8A820098460B /* cell_call_first.png */, - D38D14AD15A30B3D008497E8 /* cell_call_first_hightlight.png */, - D38D14AE15A30B3D008497E8 /* cell_call_hightlight.png */, + D38D14AD15A30B3D008497E8 /* cell_call_first_highlight.png */, + D38D14AE15A30B3D008497E8 /* cell_call_highlight.png */, D36C43CD158F2F370048BA40 /* cell_conference.png */, D3EA5401159852080037DC6B /* chat_add_default.png */, D3EA5402159852080037DC6B /* chat_add_over.png */, @@ -2164,7 +2164,7 @@ D3EA5417159858A80037DC6B /* list_delete_over.png */, D354981815876FE7000081D8 /* list_details_default.png */, D354981915876FE7000081D8 /* list_details_over.png */, - D3196D2C15A3199D007FEEBA /* list_hightlight.png */, + D3196D2C15A3199D007FEEBA /* list_highlight.png */, D3F83EF4158205A100336684 /* micro_off_default.png */, D35EA76115A2DF8D003E025D /* micro_off_disabled.png */, D3F83EF5158205A100336684 /* micro_off_over.png */, @@ -2672,9 +2672,9 @@ D365AA7D15A2DE7500CAFE3F /* speaker_on_disabled.png in Resources */, D35EA76315A2DF8D003E025D /* micro_off_disabled.png in Resources */, D35EA76515A2DF8D003E025D /* micro_on_disabled.png in Resources */, - D38D14AF15A30B3D008497E8 /* cell_call_first_hightlight.png in Resources */, - D38D14B115A30B3D008497E8 /* cell_call_hightlight.png in Resources */, - D3196D2D15A3199D007FEEBA /* list_hightlight.png in Resources */, + D38D14AF15A30B3D008497E8 /* cell_call_first_highlight.png in Resources */, + D38D14B115A30B3D008497E8 /* cell_call_highlight.png in Resources */, + D3196D2D15A3199D007FEEBA /* list_highlight.png in Resources */, D3196D3415A321E3007FEEBA /* options_add_default.png in Resources */, D3196D3615A321E3007FEEBA /* options_add_over.png in Resources */, D3196D3815A321E3007FEEBA /* options_transfer_default.png in Resources */, @@ -2911,9 +2911,9 @@ D365AA7E15A2DE7500CAFE3F /* speaker_on_disabled.png in Resources */, D35EA76415A2DF8D003E025D /* micro_off_disabled.png in Resources */, D35EA76615A2DF8D003E025D /* micro_on_disabled.png in Resources */, - D38D14B015A30B3D008497E8 /* cell_call_first_hightlight.png in Resources */, - D38D14B215A30B3D008497E8 /* cell_call_hightlight.png in Resources */, - D3196D2E15A3199D007FEEBA /* list_hightlight.png in Resources */, + D38D14B015A30B3D008497E8 /* cell_call_first_highlight.png in Resources */, + D38D14B215A30B3D008497E8 /* cell_call_highlight.png in Resources */, + D3196D2E15A3199D007FEEBA /* list_highlight.png in Resources */, D3196D3515A321E3007FEEBA /* options_add_default.png in Resources */, D3196D3715A321E3007FEEBA /* options_add_over.png in Resources */, D3196D3915A321E3007FEEBA /* options_transfer_default.png in Resources */,