From 76a9d079d0ce6b928a9e67b996208fa871785299 Mon Sep 17 00:00:00 2001 From: JH Choi Date: Wed, 6 Sep 2017 15:29:23 +0900 Subject: Changed to If no item selected, OK button disabled. Change-Id: I1a2b1508e1fdb71d071cb3204c2f45d383636188 Signed-off-by: JH Choi --- TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml | 3 ++- TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml.cs | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml b/TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml index f240abb..ec7c727 100644 --- a/TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml +++ b/TVMediaHub/TVMediaHub.Tizen/Views/FooterDeleteStatus.xaml @@ -30,7 +30,8 @@ RelativeLayout.HeightConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0.091}" RelativeLayout.WidthConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0.1563}" RelativeLayout.YConstraint="{ConstraintExpression Type=RelativeToParent, Property=Height, Factor=0.854}" - RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0.6354}"/> + RelativeLayout.XConstraint="{ConstraintExpression Type=RelativeToParent, Property=Width, Factor=0.6354}" + IsEnabled="False"/>