How to have the splash screen in samsung tizen tv app

trying to have image as splash screen as mentioned in Configuring Applications | Tizen Developers

tried different ways, nothing is working now

option 1 (tried not working)

<tizen:splash src= "blue.jpg" >

<tizen:ls_default ready_when= "complete" background_image= "blue.jpg" background_color= "#AF1F24" image= "splash.jpg" image_border= "0px" />

<tizen:ls_landscape ready_when= "complete" background_image= "blue.jpg" background_color= "#AF1F24" image= "splash.jpg" image_border= "0px" />

</tizen:splash>

option 2(tried not working)

<splash-screens>

<splash-screen src= "test1.jpg" type= "img" dpi= "hdpi" orientation= "portrait" indicator-display= "true" />

<splash-screen src= "test2.edj" type= "edj" dpi= "hdpi" orientation= "landscape" indicator-display= "false" />

</splash-screens>

option 3 (tried not working)

<tizen:launch_screen ready_when="complete">
   <tizen:ls_default background_image="bg.png" background_color="#ff0000" image="icon.png" image_border="0px stretch"/>
   <tizen:ls_landscape background_image="bg.png" background_color="#00ff00" image="icon.png" image_border="0px stretch"/>
   <tizen:ls_portrait background_image="bg.png" background_color="#0000ff" image="icon.png" image_border="0px stretch"/>
</tizen:launch_screen>

If I use the third option, I am getting the error in config.xml in tizen studio, see the below screenshot

could anyone help me in having the splash screen in the smart TV app.

Thanks in advance for any help

1 Like