Fix XamlParseException (PopupEntry not found) (#156)
author안주원/Common Platform Lab(SR)/Principal Engineer/삼성전자 <juwon.ahn@samsung.com>
Thu, 19 Mar 2020 09:45:31 +0000 (18:45 +0900)
committer유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Thu, 19 Mar 2020 09:45:31 +0000 (05:45 -0400)
Test/Weather/Weather/Weather.cs

index 7fb490c..13b54b5 100755 (executable)
@@ -47,6 +47,7 @@ namespace Weather
                 { typeof(CirclePage), ()=> new CirclePageRenderer() },
                 { typeof(global:: Tizen.Wearable.CircularUI.Forms.CircleListView), () => new CircleListViewRenderer() },
                 { typeof(global:: Tizen.Wearable.CircularUI.Forms.CircleScrollView), ()=> new global::Tizen.Wearable.CircularUI.Forms.Renderer.CircleScrollViewRenderer() },
+                { typeof(global:: Tizen.Wearable.CircularUI.Forms.PopupEntry), ()=> new global::Tizen.Wearable.CircularUI.Forms.Renderer.PopupEntryRenderer() },
             };
             var option = new InitializationOptions(app)
             {