Change Image Tab layout
authorHeonjae Jang <heonjae.jang@samsung.com>
Thu, 11 May 2017 06:21:34 +0000 (15:21 +0900)
committerGeunSun Lee <gs86.lee@samsung.com>
Thu, 11 May 2017 06:24:22 +0000 (15:24 +0900)
Change-Id: I58166e7c8085c1c6f379d66d75dd48522e7ead24
Signed-off-by: Heonjae Jang <heonjae.jang@samsung.com>
TVMediaHub/TVMediaHub.Tizen/Views/ImageGroup.xaml.cs
TVMediaHub/TVMediaHub.Tizen/Views/ImageTab.xaml

index 062811d..752bfa8 100644 (file)
@@ -165,8 +165,10 @@ namespace TVMediaHub.Tizen.Views
 
         private void InitializeSize()
         {
-            GroupTitle.FontSize = Utils.SizeUtils.GetFontSize(30);
+            GroupTitle.FontSize = Utils.SizeUtils.GetFontSize(28);
             GroupTitle.HeightRequest = Utils.SizeUtils.GetHeightSize(50);
+            GroupTitle.Margin = new Thickness(SizeUtils.GetWidthSize(12), 0, 0, 0);
+
             TitleFocusArea.WidthRequest = SizeUtils.GetWidthSize(180);
             GroupContentArea.RowSpacing = Utils.SizeUtils.GetHeightSize(-150);
             GroupContentArea.ColumnSpacing = Utils.SizeUtils.GetWidthSize(-150);
index 85ef547..bb60352 100755 (executable)
@@ -32,7 +32,7 @@
         </RelativeLayout>
 
         <ScrollView x:Name="ImageTabScrollView"
-                RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0.855}"
+                RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=1}"
                 RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=1}"
                 Orientation="Horizontal" IsVisible="False">
             <StackLayout x:Name="GalleryContentView"