Fix footer font size.
authorcskim <charles0.kim@samsung.com>
Thu, 4 May 2017 13:34:48 +0000 (22:34 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:54 +0000 (18:34 +0900)
Change-Id: I925d977cfa91fadbc3fda94f3b944bb3810110d4

LibTVRefCommonTizen/Ports/MediaContentPort.cs
TVApps/TVApps/Views/FooterDeleteStatus.xaml.cs
TVApps/TVApps/Views/FooterNormalStatus.xaml.cs
TVApps/TVApps/Views/FooterPinStatus.xaml.cs

index 3fad80fde372df07e76701f8d7e1af2965595c82..ba77e8d3732cf6e8576e22aa1c717efa07296d25 100644 (file)
@@ -16,7 +16,6 @@
 
 using System;
 using System.Collections.Generic;
-using Tizen;
 using Tizen.Content.MediaContent;
 using LibTVRefCommonPortable.Utils;
 
index 28f172f4b70fdc613a64e932c5fed3fcb5bbdb39..48ba76975acca91d43354d14e1147bee196bdbf7 100755 (executable)
@@ -38,6 +38,7 @@ namespace TVApps.Views
             CancelButton = new Button()
             {
                 Text = "CANCEL",
+                FontSize = SizeUtils.GetFontSize(28),
             };
 
             CancelButton.SetBinding(Button.CommandProperty, new Binding("ButtonDeleteCancelCommand"));
index 85b378d15d5775482789169cbf81fa678ee283fe..7bb5be1f27defea8a3989a58be71b3c80efb4cff 100755 (executable)
@@ -82,6 +82,7 @@ namespace TVApps.Views
             OptionButton = new Button()
             {
                 Text = "OPTION",
+                FontSize = SizeUtils.GetFontSize(28),
             };
             OptionButton.Clicked += OnOptionsClicked;
 
index b53025a3ade3dcacc7277e5c5c2ca00675bf588b..267a1fc5c5ca61f26005b1711e7a9ef0ef53ab2e 100755 (executable)
@@ -137,6 +137,7 @@ namespace TVApps.Views
             DoneButton = new Button()
             {
                 Text = "Done",
+                FontSize = SizeUtils.GetFontSize(28),
             };
 
             DoneButton.SetBinding(Button.CommandProperty, new Binding("ButtonPinDoneCommand"));