VM button: Modified loading path of image file for VMButton.
authorminkee.lee <minkee.lee@samsung.com>
Fri, 29 May 2015 06:53:47 +0000 (15:53 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Mon, 1 Jun 2015 06:44:38 +0000 (15:44 +0900)
commitb769f2c73a2a43bb351eaa950402128bb59474d2
tree3f6af0a5a011a2053d731da8648cdd850839b6b8
parentdae600bd316a31a6d08ed88852025d4dc8c642d3
VM button: Modified loading path of image file for VMButton.

- Image file name in plugin is changed.
- Refactoring VMButton painter.(Added common class)
- Added custom vm button image for default use.

Change-Id: I32c969ae38f2de91c95b9f4c36b1495a5d2426b0
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
resource/res/emulator_list_custom_image_hover.gif [new file with mode: 0644]
resource/res/emulator_list_custom_image_nml.gif [new file with mode: 0644]
src/org/tizen/emulator/manager/plugin/PluginImageResources.java
src/org/tizen/emulator/manager/ui/widgets/CommonVMButtonPainter.java [new file with mode: 0644]
src/org/tizen/emulator/manager/ui/widgets/VMButton.java