Fixed issue [TNEXT-2869] 90/147990/1
authorSung-jae Park <nicesj@nicesj.com>
Wed, 6 Sep 2017 07:57:58 +0000 (16:57 +0900)
committerSung-jae Park <nicesj@nicesj.com>
Wed, 6 Sep 2017 07:57:58 +0000 (16:57 +0900)
The scroller view of the image tab overlapped entire screen.
Because of the overlapped scroller view, the bottom area,
which includes various controllers such as buttons and combo box,
is not able to get the focus or the events from the user.

This patch resizes the height of the scroller in the image tab.
After applying this patch, the bottom area will get the user events
like the other tabs.

Reference: http://suprem.sec.samsung.net/jira/browse/TNEXT-2869

Change-Id: I9141ff02bc5266bea00ea43a8bf2241d02059741
Signed-off-by: Sung-jae Park <nicesj@nicesj.com>
TVMediaHub/TVMediaHub.Tizen/Views/ImageTab.xaml

index 47cf795..26fd5d6 100755 (executable)
@@ -37,7 +37,7 @@
         </RelativeLayout>
 
         <ScrollView x:Name="ImageTabScrollView"
-                RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=1}"
+                RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0.855}"
                 RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=1}"
                 Orientation="Horizontal" IsVisible="False">
             <StackLayout x:Name="GalleryContentView"