description { \
state: "default" 0.0; \
image.normal: FILE_NAME; \
- min : 40 28; \
- max : 40 28; \
- } \
- } \
- } \
- }
-
-#define RESOURCE_IMAGE_WIFI( FILE_NAME ) \
- group { \
- name: FILE_NAME; \
- images.image: FILE_NAME COMP; \
- parts { \
- part { name: "image"; \
- description { \
- state: "default" 0.0; \
- image.normal: FILE_NAME; \
- min : 50 35; \
- max : 50 35; \
- } \
- } \
- } \
- }
-
-#define RESOURCE_IMAGE_VOLUME( FILE_NAME ) \
- group { \
- name: FILE_NAME; \
- images.image: FILE_NAME COMP; \
- parts { \
- part { name: "image"; \
- description { \
- state: "default" 0.0; \
- image.normal: FILE_NAME; \
- min : 40 32; \
- max : 40 32; \
- } \
- } \
- } \
- }
-
-#define RESOURCE_IMAGE_BLUETOOTH( FILE_NAME ) \
- group { \
- name: FILE_NAME; \
- images.image: FILE_NAME COMP; \
- parts { \
- part { name: "image"; \
- description { \
- state: "default" 0.0; \
- image.normal: FILE_NAME; \
- min : 30 36; \
- max : 30 36; \
- } \
- } \
- } \
- }
-
-#define RESOURCE_IMAGE_DISTURB( FILE_NAME ) \
- group { \
- name: FILE_NAME; \
- images.image: FILE_NAME COMP; \
- parts { \
- part { name: "image"; \
- description { \
- state: "default" 0.0; \
- image.normal: FILE_NAME; \
- min : 40 40; \
- max : 40 40; \
+ min : 96 96; \
+ max : 96 96; \
} \
} \
} \
} \
}
- RESOURCE_IMAGE_BLUETOOTH("quick_icon_bluetooth_active.png");
- RESOURCE_IMAGE_BLUETOOTH("quick_icon_bluetooth_disabled.png");
- RESOURCE_IMAGE_DISTURB("quick_icon_disturb_active.png");
- RESOURCE_IMAGE_DISTURB("quick_icon_disturb_disabled.png");
+ RESOURCE_IMAGE("quick_icon_bluetooth_active.png");
+ RESOURCE_IMAGE("quick_icon_bluetooth_disabled.png");
+ RESOURCE_IMAGE("quick_icon_disturb_active.png");
+ RESOURCE_IMAGE("quick_icon_disturb_disabled.png");
RESOURCE_IMAGE("moresettings_active.png");
RESOURCE_IMAGE("moresettings_pressed.png");
RESOURCE_IMAGE("moresettings_disabled.png");
RESOURCE_IMAGE("softkey_active.png");
RESOURCE_IMAGE("softkey_disabled.png");
- RESOURCE_IMAGE_VOLUME("quick_icon_sf_vf.png");
- RESOURCE_IMAGE_VOLUME("quick_icon_sn_vf.png");
- RESOURCE_IMAGE_VOLUME("quick_icon_sf_vn.png");
- RESOURCE_IMAGE_WIFI("quick_icon_wifi_active.png");
- RESOURCE_IMAGE_WIFI("quick_icon_wifi_disabled.png");
\ No newline at end of file
+ RESOURCE_IMAGE("quick_icon_sf_vf.png");
+ RESOURCE_IMAGE("quick_icon_sn_vf.png");
+ RESOURCE_IMAGE("quick_icon_sf_vn.png");
+ RESOURCE_IMAGE("quick_icon_wifi_active.png");
+ RESOURCE_IMAGE("quick_icon_wifi_disabled.png");
\ No newline at end of file