From 4b93618b6eebed052efe46bf8aa0fc15d778e1bc Mon Sep 17 00:00:00 2001 From: cskim Date: Wed, 29 Mar 2017 20:32:17 +0900 Subject: [PATCH] Modify Recent button focusing Change-Id: I1f6a442ecc3727b74057e11198392d37eabd3d70 --- TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml | 1 - TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml index 3d019ed..3409847 100644 --- a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml +++ b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml @@ -27,7 +27,6 @@ RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Height, Factor=0.722}" RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Width, Factor=0.75}" RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Height, Factor=0.166}" - Opacity="0" LineBreakMode="TailTruncation" HorizontalTextAlignment="Start" VerticalTextAlignment="Center" diff --git a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs index 1666906..68bf0cd 100755 --- a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs +++ b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs @@ -76,7 +76,7 @@ namespace TVHome.Controls //Animation.Commit(ThumbnailTitle, "FocusedAnimation", 16, 300); #pragma warning disable CS4014 - ThumbnailTitle.FadeTo(0.8, 300); + //ThumbnailTitle.FadeTo(0.8, 300); ThumnailDimLayer.FadeTo(0.0, 300); #pragma warning restore CS4014 await View.ScaleTo(1.11, 300); @@ -104,7 +104,7 @@ namespace TVHome.Controls //Animation.Commit(ThumbnailTitle, "UnfocusedAnimation", 16, 300); #pragma warning disable CS4014 - ThumbnailTitle.FadeTo(0.3, 300); + //ThumbnailTitle.FadeTo(0.3, 300); ThumnailDimLayer.FadeTo(0.99, 300); #pragma warning restore CS4014 await View.ScaleTo(1.0, 300); -- 2.34.1