Modify Recent button focusing
authorcskim <charles0.kim@samsung.com>
Wed, 29 Mar 2017 11:32:17 +0000 (20:32 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:52 +0000 (18:34 +0900)
Change-Id: I1f6a442ecc3727b74057e11198392d37eabd3d70

TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml
TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml.cs

index 3d019ed33e773b9b1807a0186c09997d1391faf3..340984755ea70423385e0a3bd1cd252dae86e268 100644 (file)
@@ -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"
index 166690635cee61be4376af61786d63b8478f5a4f..68bf0cda56bd1b1a39f3b77a573c2d513073df3c 100755 (executable)
@@ -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);