From 018c81f14e88a6bb22791c1a2cb3516d5ee4bf51 Mon Sep 17 00:00:00 2001 From: "jjie.choi" Date: Tue, 9 May 2017 12:32:37 +0900 Subject: [PATCH] Apps item layout changed.(ViewCell, relativelayout) Change-Id: I94195d7c4ed3fc4c0df6ffbada0e9d39799df55a Signed-off-by: jjie.choi --- TVApps/TVApps/Controls/AppItemCell.xaml | 87 +++++++------- TVApps/TVApps/Controls/AppItemCell.xaml.cs | 129 +++++++++++++-------- TVApps/TVApps/Controls/AppListView.xaml | 6 +- TVApps/TVApps/Controls/AppListView.xaml.cs | 16 +-- TVApps/TVApps/ViewModels/AppsHolder.cs | 6 +- 5 files changed, 131 insertions(+), 113 deletions(-) diff --git a/TVApps/TVApps/Controls/AppItemCell.xaml b/TVApps/TVApps/Controls/AppItemCell.xaml index 4183778..ce640a3 100755 --- a/TVApps/TVApps/Controls/AppItemCell.xaml +++ b/TVApps/TVApps/Controls/AppItemCell.xaml @@ -1,36 +1,32 @@  - - - - - - - - + + + + + + @@ -59,27 +55,22 @@ HorizontalTextAlignment="Center" VerticalTextAlignment="End" FontFamily="BreezeSans" - Text="{Binding CurrentStateDescription.Label}" /> + Text="" /> - + -