Change Font size
authorHeonjae Jang <heonjae.jang@samsung.com>
Mon, 17 Apr 2017 05:46:13 +0000 (14:46 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:53 +0000 (18:34 +0900)
Change-Id: I319ba301af4ca05beb0506da72d5c5e1aa124222
Signed-off-by: Heonjae Jang <heonjae.jang@samsung.com>
TVApps/TVApps/Controls/AppItemCell.xaml.cs
TVApps/TVApps/Views/MainPage.xaml.cs

index b36cfcef272f0500ed261875ccd1326029e7d25a..c007185fb008f9511ca1541832fac691277b6cf9 100755 (executable)
@@ -148,7 +148,7 @@ namespace TVApps.Controls
             IconLayout.WidthRequest = SizeUtils.GetWidthSize(240);
             // TODO : set proper size
             IconLayout.HeightRequest = SizeUtils.GetHeightSize(342);
-            ButtonTitle.FontSize = SizeUtils.GetFontSize(28);
+            ButtonTitle.FontSize = SizeUtils.GetFontSize(25);
 
             ButtonTitle.PropertyChanged += ButtonTitlePropertyChanged;
             OptionMenuPinToggleButton.Text = IsPinned ? "UNPIN" : "PIN";
index 3be3bb292db0583bee8fc2839aaf3152d940d7a7..6f2842439f3ed885419ef02ff1408fef26dde8fc 100644 (file)
@@ -145,7 +145,6 @@ namespace TVApps.Views
 
             PropertyChanged += MainPagePropertyChanged;
             SetCurrentStatus(AppsStatus.Default);
-            PlayShowAnimation();
 
             // TODO: This code is temporary for menu option test
             App.SetMenuKeyListener((e, arg) =>
@@ -159,6 +158,19 @@ namespace TVApps.Views
             });
         }
 
+        protected override async void OnAppearing()
+        {
+            base.OnAppearing();
+            await AppList.TranslateTo(0, showTransitionHeight, 0);
+#pragma warning disable CS4014
+            AppList.TranslateTo(0, 0, 667);
+#pragma warning restore CS4014
+            await PageDimBox.FadeTo(0.0, 667);
+            PageDimBox.IsVisible = false;
+            await Task.Delay(1);
+            AppList.InitializeFocus();
+        }
+
         /// <summary>
         /// A method sets current status of MainPage
         /// Changes visibility of footers