Updates after Renderer Type values changed
[platform/core/uifw/dali-demo.git] / shared / view.h
index a0b528f..dc396a0 100644 (file)
@@ -131,7 +131,7 @@ Dali::Layer CreateView( Dali::Application& application,
   if ( !backgroundImagePath.empty() )
   {
     Dali::Property::Map map;
-    map["rendererType"] = "image";
+    map["rendererType"] = "IMAGE";
     map["url"] = backgroundImagePath;
     map["desiredWidth"] = stage.GetSize().x;
     map["desiredHeight"] = stage.GetSize().y;