语言

Menu
Sites
Language
tizen 2.3 mobile background image
code for set a background image in tizen 2.3 mobile native application

响应

1 回复
Alex Ashirov

Hi,

If you need sample code how to use background images please take a look at UI Controls sample delivered with SDK. Especially \UIControls\src\bg.c file.

But please note that this sample doesn’t work because path to image file is wrong. You need to move

logo.png file

from \UIControls\edje\images

to

\UIControls\res\images

In order to fix the bug.