summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDowon Park <dowon.park@samsung.com>2013-02-04 21:14:01 +0900
committerDowon Park <dowon.park@samsung.com>2013-02-04 22:28:00 +0900
commitc7821ace1a2ceccae7b2a47de49489e37c7bf97e (patch)
tree10aa3ef036c4d6ca6c06b0a6b7057af69780abca /common
parent76077af62acd3efc2d7b106ffe7ce0ba546364e2 (diff)
downloadmessage-app-c7821ace1a2ceccae7b2a47de49489e37c7bf97e.tar.gz
message-app-c7821ace1a2ceccae7b2a47de49489e37c7bf97e.tar.bz2
message-app-c7821ace1a2ceccae7b2a47de49489e37c7bf97e.zip
N_SE-24098 : Tapping volumebar is not working
Change-Id: I164172201f0c3c444a1f34538db0b84214043c39
Diffstat (limited to 'common')
-rw-r--r--common/data/edj_image_list/00_slider_btn_volume01.pngbin0 -> 3180 bytes
-rw-r--r--common/data/edj_image_list/00_slider_btn_volume02.pngbin0 -> 3732 bytes
-rwxr-xr-xcommon/data/msg_images.edc2
-rwxr-xr-xcommon/msg-ui-image-resource.h2
4 files changed, 4 insertions, 0 deletions
diff --git a/common/data/edj_image_list/00_slider_btn_volume01.png b/common/data/edj_image_list/00_slider_btn_volume01.png
new file mode 100644
index 0000000..2d9f384
--- /dev/null
+++ b/common/data/edj_image_list/00_slider_btn_volume01.png
Binary files differ
diff --git a/common/data/edj_image_list/00_slider_btn_volume02.png b/common/data/edj_image_list/00_slider_btn_volume02.png
new file mode 100644
index 0000000..a28bfc4
--- /dev/null
+++ b/common/data/edj_image_list/00_slider_btn_volume02.png
Binary files differ
diff --git a/common/data/msg_images.edc b/common/data/msg_images.edc
index 5e42e85..7a550e8 100755
--- a/common/data/msg_images.edc
+++ b/common/data/msg_images.edc
@@ -56,4 +56,6 @@ collections {
RESOURCE_IMAGE("M01_title_icon_attach_dim.png");
RESOURCE_IMAGE("M01_contact_default_image.png");
RESOURCE_IMAGE("00_icon_plus.png");
+ RESOURCE_IMAGE("00_slider_btn_volume01.png");
+ RESOURCE_IMAGE("00_slider_btn_volume02.png");
}
diff --git a/common/msg-ui-image-resource.h b/common/msg-ui-image-resource.h
index 5593f51..0217e56 100755
--- a/common/msg-ui-image-resource.h
+++ b/common/msg-ui-image-resource.h
@@ -26,6 +26,8 @@
#define MSG_VIEWER_IMAGE_DRM_ICON "M01_icon_DRM.png"
#define MSG_VIEWER_IMAGE_ATTACH_LIST_ICON "M01_title_icon_attach.png"
#define MSG_VIEWER_IMAGE_ATTACH_LIST_DIM_ICON "M01_title_icon_attach_dim.png"
+#define MSG_VIEWER_VOLUME_MIN "00_slider_btn_volume01.png"
+#define MSG_VIEWER_VOLUME_MAX "00_slider_btn_volume02.png"
/* composer image resources */
#define MSGC_IMG_ATTACHMENT_ICON "60_myfiles_file_etc.png"