replace swallow icon

This commit is contained in:
Hermet Park 2016-04-15 16:58:10 +09:00
parent e94c7bdc12
commit cbf12e2a80
5 changed files with 10 additions and 9 deletions

View File

@ -6,13 +6,12 @@ images {
group { name: "swallow";
parts {
part { name: "img";
type: IMAGE;
image { "img";
repeat_events: 1;
description { state: "default" 0.0;
desc { "default";
image.normal: "swallow.png";
image.border: 10 10 10 10;
align: 0.5 0.5;
aspect: 1 1;
aspect_preference: BOTH;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 671 B

After

Width:  |  Height:  |  Size: 286 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -61,12 +61,14 @@ group { "Textblock_bg";
}
}
}
group { "Swallow_bg";
group { name: "Swallow_bg";
parts {
image { name: "img";
desc {
image { "img";
repeat_events: 1;
desc { "default";
image.normal: "swallow.png";
color: 255 255 255 155;
aspect: 1 1;
aspect_preference: BOTH;
}
}
}