From: Geunsun, Lee Date: Tue, 21 Mar 2017 08:46:57 +0000 (+0900) Subject: Fix GUI issue : app icon margin, invisibility of backey info text X-Git-Tag: submit/tizen/20170808.015446~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bbf1b83b4ac0654ad0eac8390aab648e62fdd736;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Fix GUI issue : app icon margin, invisibility of backey info text Change-Id: Ib0d6553e59a37530c7d3fba1805d0ec9c3e5ce38 --- diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml.cs b/TVApps/TVApps/Controls/AppItemCell.xaml.cs index c8f21ea..8a26a9f 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml.cs +++ b/TVApps/TVApps/Controls/AppItemCell.xaml.cs @@ -113,8 +113,8 @@ namespace TVApps.Controls if (IsShowOptions) { - ButtonImage.TranslateTo(0, -80, 100); - TextArea.TranslateTo(0, -80, 100); + ButtonImage.TranslateTo(0, -90, 100); + TextArea.TranslateTo(0, -90, 100); TextArea.FadeTo(0.0, 100); OptionMenuArea.TranslateTo(0, -144, 100); } diff --git a/TVApps/TVApps/Views/MainPage.xaml b/TVApps/TVApps/Views/MainPage.xaml index 105ab6d..e7a3ec9 100755 --- a/TVApps/TVApps/Views/MainPage.xaml +++ b/TVApps/TVApps/Views/MainPage.xaml @@ -94,6 +94,7 @@ HorizontalOptions="FillAndExpand"/> @@ -106,7 +107,7 @@ Margin="6, 0, 0, 0" VerticalOptions="Center" HorizontalOptions="End" - HorizontalTextAlignment="Start"/> + HorizontalTextAlignment="Start" />