Fixed not moving focus issue
authorHyerim Kim <rimi.kim@samsung.com>
Thu, 2 Mar 2017 10:44:17 +0000 (19:44 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:44 +0000 (18:34 +0900)
Changed Background box opacity to 0.6

Change-Id: I68c9dc19bc8ea2ed5176d2e726f0b1c40eacd994
Signed-off-by: Hyerim Kim <rimi.kim@samsung.com>
TVHome/TVHome/Controls/MainPanelButton.xaml
TVHome/TVHome/Views/MainPage.xaml

index 7d96d27..2436c85 100755 (executable)
@@ -35,7 +35,7 @@
                Text="{Binding CurrentStateDescription.Label}" />
         <Button x:Name = "ButtonFocusArea"
                 RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=1}"
-                RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=1}"
+                RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=1}"
                 Focused="OnFocused"
                 Unfocused="OnUnfocused"
                 Clicked="OnClicked"
index 850bb54..c270273 100755 (executable)
@@ -20,7 +20,7 @@
                   RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0}"
                   RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0}"
                   Color="Black"
-                  Opacity="0.4"/>
+                  Opacity="0.6"/>
             <Views:MainPanel x:Name="PageMainPanel"
                              RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0.22}"
                              RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0.21875}"