Change-Id: I925d977cfa91fadbc3fda94f3b944bb3810110d4
using System;
using System.Collections.Generic;
-using Tizen;
using Tizen.Content.MediaContent;
using LibTVRefCommonPortable.Utils;
CancelButton = new Button()
{
Text = "CANCEL",
+ FontSize = SizeUtils.GetFontSize(28),
};
CancelButton.SetBinding(Button.CommandProperty, new Binding("ButtonDeleteCancelCommand"));
OptionButton = new Button()
{
Text = "OPTION",
+ FontSize = SizeUtils.GetFontSize(28),
};
OptionButton.Clicked += OnOptionsClicked;
DoneButton = new Button()
{
Text = "Done",
+ FontSize = SizeUtils.GetFontSize(28),
};
DoneButton.SetBinding(Button.CommandProperty, new Binding("ButtonPinDoneCommand"));