From 7c50df1a673427e5a5169eb36f21b2f9d4fe4209 Mon Sep 17 00:00:00 2001 From: "jjie.choi" Date: Wed, 24 May 2017 14:59:42 +0900 Subject: [PATCH] TV Apps GUI changed. manifest file changed. Change-Id: I246dcceada87b590c36f1619f5423a9937e3ae48 Signed-off-by: jjie.choi --- TVApps/TVApps/Controls/AppItemCell.xaml.cs | 2 +- TVApps/TVApps/Views/MainPage.xaml.cs | 1 + TVHome/TVHome.TizenTV/tizen-manifest.xml | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml.cs b/TVApps/TVApps/Controls/AppItemCell.xaml.cs index 9738449..58e38f7 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml.cs +++ b/TVApps/TVApps/Controls/AppItemCell.xaml.cs @@ -336,7 +336,7 @@ namespace TVApps.Controls ButtonImage.ScaleTo((isShow) ? 1 : 1.195, 167); ButtonImage.TranslateTo(0, (isShow) ? 0 : height100, 334); TextArea.TranslateTo(0, (isShow) ? height271 : height300, 167); - TextArea.FadeTo((isShow) ? 0.0 : 0.99, 50); + TextArea.FadeTo((isShow) ? 0.0 : 0.99, 100); if (isShow) { diff --git a/TVApps/TVApps/Views/MainPage.xaml.cs b/TVApps/TVApps/Views/MainPage.xaml.cs index f3abab6..3ec14c3 100755 --- a/TVApps/TVApps/Views/MainPage.xaml.cs +++ b/TVApps/TVApps/Views/MainPage.xaml.cs @@ -400,6 +400,7 @@ namespace TVApps.Views FooterPin.IsVisible = true; FooterDelete.IsVisible = false; BackKeyInfo.Text = "Front"; + AppList.InitializeFocus(); break; case AppsStatus.Delete: FooterNormal.IsVisible = false; diff --git a/TVHome/TVHome.TizenTV/tizen-manifest.xml b/TVHome/TVHome.TizenTV/tizen-manifest.xml index cd899ae..ba93e06 100755 --- a/TVHome/TVHome.TizenTV/tizen-manifest.xml +++ b/TVHome/TVHome.TizenTV/tizen-manifest.xml @@ -5,6 +5,10 @@ xahome.png + + xaapps.png + + http://tizen.org/privilege/bluetooth @@ -17,3 +21,4 @@ http://tizen.org/privilege/keygrab + -- 2.7.4