From: 윤정현/Common Platform Lab(SR)/Staff Engineer/삼성전자 Date: Wed, 18 Mar 2020 08:17:56 +0000 (+0900) Subject: [XStopWatch] Optimized sample app (#153) X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfa866e45cf90638dcba8c563b7952fcb1dff561;p=platform%2Fcore%2Fcsapi%2Fxsf.git [XStopWatch] Optimized sample app (#153) * Fixed to 1 page * Fixed to load image sync * Changed CircleProgressBarSurfaceItem BackgroundColor to transparent --- diff --git a/Test/XStopWatch/XStopWatch/StopWatch.xaml b/Test/XStopWatch/XStopWatch/StopWatch.xaml index 4663baf..d7ab983 100644 --- a/Test/XStopWatch/XStopWatch/StopWatch.xaml +++ b/Test/XStopWatch/XStopWatch/StopWatch.xaml @@ -2,6 +2,7 @@ @@ -22,7 +23,8 @@ - - - - - @@ -120,7 +122,7 @@ - diff --git a/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml b/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml index 62eb923..f14e11e 100644 --- a/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml +++ b/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml @@ -6,11 +6,11 @@ x:Class="XStopWatch.StopWatchApplication"> - + - - + + \ No newline at end of file diff --git a/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml.cs b/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml.cs index 1c36039..6481ed2 100644 --- a/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml.cs +++ b/Test/XStopWatch/XStopWatch/StopWatchApplication.xaml.cs @@ -56,7 +56,7 @@ namespace XStopWatch void OnAddLap(object sender, (TimeSpan, TimeSpan) e) { // Add Lap record to LapsPage - Laps.AddLap(e); + //Laps.AddLap(e); } /// @@ -67,7 +67,7 @@ namespace XStopWatch void OnStopLap(object sender, EventArgs e) { // Reset the LapsPage - Laps.Reset(); + //Laps.Reset(); } } } \ No newline at end of file