[UA App] Fixed MapMyRun and changed to sync image load (#175)
author윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 <jh0506.yun@samsung.com>
Fri, 27 Mar 2020 04:47:38 +0000 (13:47 +0900)
committer유리나/Common Platform Lab(SR)/Staff Engineer/삼성전자 <rina6350.you@samsung.com>
Fri, 27 Mar 2020 04:47:38 +0000 (13:47 +0900)
test/UnderArmour/MapMyRun/MapMyRun.Tizen/MapMyRun.cs [changed mode: 0755->0644]
test/UnderArmour/MapMyRun/MapMyRun.Tizen/views/LoadingPage.xaml [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5088bc2..98c6ee9
@@ -1,3 +1,9 @@
+using System;
+using System.Collections.Generic;
+using Tizen.Wearable.CircularUI.Forms;
+using Tizen.Wearable.CircularUI.Forms.Renderer;
+using Xamarin.Forms;
+
 namespace MapMyRun.Tizen
 {
     class Program : global::Xamarin.Forms.Platform.Tizen.ApplicationLifecycle
@@ -23,7 +29,7 @@ namespace MapMyRun.Tizen
            {
                    UseMessagingCenter = false,
                    UseStyle = true,
-                    UseShell = false,
+            UseShell = false,
                    UseVisual = false,
                    StaticRegistarStrategy = StaticRegistrarStrategy.StaticRegistrarOnly,
                    CustomHandlers = customRenderers,
old mode 100755 (executable)
new mode 100644 (file)
index 4e55cd9..492cad8
@@ -3,6 +3,7 @@
     xmlns="http://xamarin.com/schemas/2014/forms"
     xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
     xmlns:c="clr-namespace:Tizen.Wearable.CircularUI.Forms;assembly=XSF"
+    xmlns:tizen="clr-namespace:Xamarin.Forms.PlatformConfiguration.TizenSpecific;assembly=XSF"
     x:Class="MapMyRun.Tizen.Views.LoadingPage"
     NavigationPage.HasNavigationBar="False" >
     <c:CirclePage.Content>
@@ -12,7 +13,7 @@
             VerticalOptions="Center">
             <Image
                 Aspect="AspectFill"
-                Source="splash.circle.png" />
+                tizen:Image.File="splash.circle.png" />
         </StackLayout>
     </c:CirclePage.Content>
     <c:CirclePage.CircleSurfaceItems>