From: jjie.choi Date: Thu, 27 Apr 2017 12:55:00 +0000 (+0900) Subject: Change TVHome bg image, Thumbnailbutton image X-Git-Tag: submit/tizen/20170808.015446~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fab518a1b948736bc31913d6309972fdd95327e0;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Change TVHome bg image, Thumbnailbutton image Change-Id: I768d776f3e808000a0e1f2d9cafe74a2ae741cec Signed-off-by: jjie.choi --- diff --git a/TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj b/TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj index c83878e..35959a3 100755 --- a/TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj +++ b/TVHome/TVHome.TizenTV/TVHome.TizenTV.csproj @@ -82,7 +82,6 @@ - @@ -186,4 +185,4 @@ - + \ No newline at end of file diff --git a/TVHome/TVHome.TizenTV/res/bg_dimmed.png b/TVHome/TVHome.TizenTV/res/bg_dimmed.png deleted file mode 100755 index 24565b5..0000000 Binary files a/TVHome/TVHome.TizenTV/res/bg_dimmed.png and /dev/null differ diff --git a/TVHome/TVHome.TizenTV/res/bg_home_gradient_dimmed.9.png b/TVHome/TVHome.TizenTV/res/bg_home_gradient_dimmed.9.png new file mode 100644 index 0000000..b8a2733 Binary files /dev/null and b/TVHome/TVHome.TizenTV/res/bg_home_gradient_dimmed.9.png differ diff --git a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml index 234040f..a31697f 100755 --- a/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml +++ b/TVHome/TVHome/Controls/SubPanelThumbnailButton.xaml @@ -17,11 +17,11 @@ RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Height, Factor=1}" RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToView, ElementName=ButtonBox, Property=Width, Factor=1}" Aspect="Fill" - BorderTop="89" - BorderBottom="89" - BorderLeft="4" - BorderRight="4" - Source="ic_tizen_list_thumbnail_gradient_normal.9.png" /> + BorderTop="2" + BorderBottom="2" + BorderLeft="1" + BorderRight="1" + Source="ic_list_thumbnail_gradient_normal.9.png" /> ().SetFontWeight(FontWeight.Medium); //ThumbnailTitle.FadeTo(0.8, 300); ThumnailDimLayer.FadeTo(0.0, 300); @@ -166,6 +167,7 @@ namespace TVHome.Controls #pragma warning disable CS4014 //ThumbnailTitle.FadeTo(0.3, 300); + ThumbnailGradient.Source = "ic_list_thumbnail_gradient_normal.9.png"; ThumbnailTitle.On().SetFontWeight(FontWeight.Normal); ThumnailDimLayer.FadeTo(0.99, 300); #pragma warning restore CS4014 diff --git a/TVHome/TVHome/TVHome.csproj b/TVHome/TVHome/TVHome.csproj index 9897814..34628c2 100755 --- a/TVHome/TVHome/TVHome.csproj +++ b/TVHome/TVHome/TVHome.csproj @@ -113,12 +113,6 @@ Designer - - - MSBuild:UpdateDesignTimeXaml - Designer - - MSBuild:UpdateDesignTimeXaml diff --git a/TVHome/TVHome/Views/MainPage.xaml b/TVHome/TVHome/Views/MainPage.xaml index a929dad..373415b 100755 --- a/TVHome/TVHome/Views/MainPage.xaml +++ b/TVHome/TVHome/Views/MainPage.xaml @@ -17,9 +17,8 @@ RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=1}" RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0}" RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0}" - Source="bg_dimmed.png" - Opacity="0.9"/> - + Source="ic_list_thumbnail_gradient_normal.9.png" + Aspect="Fill"/>