Added McAurthurGlen iOS/Android graphics

This commit is contained in:
r.kuznetsov 2018-08-02 14:01:00 +03:00 committed by Vlad Mihaylenko
parent 7df30f3437
commit 55d08b584b
10 changed files with 12 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 473 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 B

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View file

@ -2,6 +2,8 @@
<resources>
<!-- Partner colors -->
<color name="bg_brand_partner1">#FF303438</color>
<color name="bg_brand_partner1_pressed">#FF303438</color>
<color name="bg_brand_partner3">#FFE61717</color>
<color name="bg_brand_partner3_pressed">#FFB31212</color>
<color name="bg_brand_partner4">#FF000000</color>

View file

@ -1,6 +1,8 @@
// This file is autogenerated
@interface UIColor (PartnerColor)
+ (UIColor *)partner1Background;
+ (UIColor *)partner1TextColor;
+ (UIColor *)partner3Background;
+ (UIColor *)partner3TextColor;
+ (UIColor *)partner4Background;

View file

@ -3,6 +3,14 @@
#import "UIColor+PartnerColor.h"
@implementation UIColor (PartnerColor)
+ (UIColor *)partner1Background
{
return [UIColor colorWithRed:scaled(48) green:scaled(52) blue:scaled(56) alpha:alpha100];
}
+ (UIColor *)partner1TextColor
{
return UIColor.whiteColor;
}
+ (UIColor *)partner3Background
{
return [UIColor colorWithRed:scaled(230) green:scaled(23) blue:scaled(23) alpha:100];

View file

@ -8,8 +8,5 @@
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "template"
}
}