diff options
author | Philip Chimento <philip@endlessm.com> | 2014-01-20 17:16:03 -0200 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2014-01-22 22:30:22 -0200 |
commit | 4d7b0cb396f5a1992aacf077bcd893758cbc9b1f (patch) | |
tree | 20230ea6dc295764ea5ae7af8e04209be460333f /data/assets | |
parent | 685b5708a1cdf2f70f75a12bd8ca8cde47fe672e (diff) |
Replace back button PNG asset with SVG
This requires some restructuring because the SVG image and the label
need to have different CSS. I ported the CompositeButton class from the
photo app, in order to have the button transfer its prelight/active
state flags to its children.
[endlessm/eos-sdk#504]
Diffstat (limited to 'data/assets')
-rw-r--r-- | data/assets/introduction_back_button_hover.png | bin | 9252 -> 0 bytes | |||
-rw-r--r-- | data/assets/introduction_back_button_normal.png | bin | 8932 -> 0 bytes | |||
-rw-r--r-- | data/assets/introduction_back_button_pressed.png | bin | 8029 -> 0 bytes | |||
-rw-r--r-- | data/assets/wikipedia-category-back-symbolic.svg | 9 |
4 files changed, 9 insertions, 0 deletions
diff --git a/data/assets/introduction_back_button_hover.png b/data/assets/introduction_back_button_hover.png Binary files differdeleted file mode 100644 index 418fee7..0000000 --- a/data/assets/introduction_back_button_hover.png +++ /dev/null diff --git a/data/assets/introduction_back_button_normal.png b/data/assets/introduction_back_button_normal.png Binary files differdeleted file mode 100644 index 54ea015..0000000 --- a/data/assets/introduction_back_button_normal.png +++ /dev/null diff --git a/data/assets/introduction_back_button_pressed.png b/data/assets/introduction_back_button_pressed.png Binary files differdeleted file mode 100644 index a1d3bc0..0000000 --- a/data/assets/introduction_back_button_pressed.png +++ /dev/null diff --git a/data/assets/wikipedia-category-back-symbolic.svg b/data/assets/wikipedia-category-back-symbolic.svg new file mode 100644 index 0000000..f844163 --- /dev/null +++ b/data/assets/wikipedia-category-back-symbolic.svg @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" + width="68px" height="68px" viewBox="-0.5 0.5 68 68" enable-background="new -0.5 0.5 68 68" xml:space="preserve"> +<path style="fill:#bebebe" d="M33.5,68.5c18.776,0,34-15.224,34-34c0-18.775-15.224-34-34-34c-18.775,0-34,15.225-34,34 + C-0.5,53.276,14.725,68.5,33.5,68.5z M37.456,16.652l5.151,5.15L29.73,34.682l12.876,12.88l-5.151,5.152L19.424,34.682 + L37.456,16.652z"/> +</svg> |