Stopwatch Asset instead of hourglass

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 5c2075cdb6
commit 5c76d4c99c

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "button_timer_white@1x.png",
"filename" : "ic_timer_white.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "button_timer_white@2x.png",
"filename" : "ic_timer_white@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "button_timer_white@3x.png",
"filename" : "ic_timer_white@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "system_message_timer@1x.png",
"filename" : "ic_timer_white.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "system_message_timer@2x.png",
"filename" : "ic_timer_white@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "system_message_timer@3x.png",
"filename" : "ic_timer_white@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 809 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "table_ic_timer@1x.png",
"filename" : "table_ic_timer.png",
"scale" : "1x"
},
{

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -1,26 +0,0 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_empty@1x.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_empty@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_empty@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 302 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

@ -2,17 +2,17 @@
"images" : [
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_full.png",
"filename" : "table_ic_timer.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_full@2x.png",
"filename" : "table_ic_timer@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "table_ic_hourglass_full@3x.png",
"filename" : "table_ic_timer@3x.png",
"scale" : "3x"
}
],

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -1,5 +1,5 @@
//
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
//
#import "OWSConversationSettingsViewController.h"
@ -343,7 +343,7 @@ NS_ASSUME_NONNULL_BEGIN
[topView autoPinEdgeToSuperviewEdge:ALEdgeTop];
[topView autoSetDimension:ALDimensionHeight toSize:kOWSTable_DefaultCellHeight];
UIImageView *iconView = [strongSelf viewForIconWithName:@"table_ic_hourglass"];
UIImageView *iconView = [strongSelf viewForIconWithName:@"table_ic_timer"];
[topView addSubview:iconView];
[iconView autoVCenterInSuperview];
[iconView autoPinLeadingToSuperview];
@ -402,7 +402,7 @@ NS_ASSUME_NONNULL_BEGIN
[topView autoPinEdgeToSuperviewEdge:ALEdgeTop];
[topView autoSetDimension:ALDimensionHeight toSize:kOWSTable_DefaultCellHeight];
UIImageView *iconView = [strongSelf viewForIconWithName:@"table_ic_hourglass"];
UIImageView *iconView = [strongSelf viewForIconWithName:@"table_ic_timer"];
[topView addSubview:iconView];
[iconView autoVCenterInSuperview];
[iconView autoPinLeadingToSuperview];

Loading…
Cancel
Save