From bbf1b83b4ac0654ad0eac8390aab648e62fdd736 Mon Sep 17 00:00:00 2001 From: "Geunsun, Lee" Date: Tue, 21 Mar 2017 17:46:57 +0900 Subject: [PATCH] Fix GUI issue : app icon margin, invisibility of backey info text Change-Id: Ib0d6553e59a37530c7d3fba1805d0ec9c3e5ce38 --- TVApps/TVApps/Controls/AppItemCell.xaml.cs | 4 ++-- TVApps/TVApps/Views/MainPage.xaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) 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" /> -- 2.7.4