Skip to content

Commit d2e2354

Browse files
committed
换图换的好开心啊。。开心啊。。心啊。。啊啊啊啊
1 parent 071b6a0 commit d2e2354

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+98
-26
lines changed

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 92 additions & 20 deletions
Large diffs are not rendered by default.

Coding_iOS/.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-609 Bytes
1.21 KB
-667 Bytes
874 Bytes
-1.09 KB
578 Bytes
-1.02 KB
567 Bytes
-975 Bytes
910 Bytes
-901 Bytes
800 Bytes
-959 Bytes
780 Bytes
-887 Bytes
817 Bytes
-925 Bytes
867 Bytes
-1022 Bytes
591 Bytes
-779 Bytes
397 Bytes
-562 Bytes
1.17 KB
-774 Bytes
865 Bytes

Coding_iOS/Views/Cell/ProjectTaskListViewCell.m

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define kProjectTaskListViewCell_LeftPading 93.0
1010
#define kProjectTaskListViewCell_RightPading 10.0
11-
#define kProjectTaskListViewCell_CheckBoxWidth 20.0
11+
#define kProjectTaskListViewCell_CheckBoxWidth 17.0
1212
#define kProjectTaskListViewCell_UserIconWidth 33.0
1313
#define kProjectTaskListViewCell_UpDownPading 10.0
1414
#define kProjectTaskListViewCell_MaxContentHeight 20.0
@@ -357,20 +357,20 @@ - (void)setDate:(NSDate *)deadline_date andDone:(BOOL)done{
357357
NSInteger leftDayCount = [deadline_date leftDayCount];
358358
switch (leftDayCount) {
359359
case 0:
360-
textColorStr = @"0xF5A523";
360+
textColorStr = @"0xF68435";
361361
deadlineStr = @"今天";
362362
break;
363363
case 1:
364-
textColorStr = @"0x95B763";
364+
textColorStr = @"0xA1CF64";
365365
deadlineStr = @"明天";
366366
break;
367367
default:
368-
textColorStr = leftDayCount > 0? @"0x9AAFC2": @"0xF24B4B";
368+
textColorStr = leftDayCount > 0? @"0x59A2FF": @"0xF56061";
369369
deadlineStr = [deadline_date stringWithFormat:@"MM/dd"];
370370
break;
371371
}
372372
if (done) {
373-
textColorStr = @"0xB5B5B5";
373+
textColorStr = @"0xA9B3BE";
374374
}
375375

376376
UIColor *textColor = [UIColor colorWithHexString:textColorStr];

Coding_iOS/Views/Cell/ValueListCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014年 Coding. All rights reserved.
77
//
88

9-
#define kValueListCell_ImageWidth 21.0
9+
#define kValueListCell_ImageWidth 22.0
1010
#define kValueListCell_CheckMarkWidth 22.0
1111
#define kValueListCell_LeftPading 20.0
1212

0 commit comments

Comments
 (0)