feature: save location
This commit is contained in:
@ -189,13 +189,17 @@ namespace Billing.Views
|
||||
LeftCommand = new Command(OnLeftCommand);
|
||||
RightCommand = new Command(OnRightCommand);
|
||||
FilterCommand = new Command(OnFilterCommand);
|
||||
EditBilling = new Command(OnEditBilling);
|
||||
|
||||
var style = SKFontManager.Default.GetFontStyles("PingFang SC");
|
||||
EditBilling = new Command(OnEditBilling);
|
||||
|
||||
#if __IOS__
|
||||
var style = SKFontManager.Default.GetFontStyles("PingFang SC");
|
||||
if (style != null)
|
||||
{
|
||||
font = style.CreateTypeface(SKFontStyle.Normal);
|
||||
}
|
||||
else
|
||||
#endif
|
||||
font = SKFontManager.Default.MatchCharacter(0x4e00);
|
||||
|
||||
DateTypes = new List<string>
|
||||
{
|
||||
|
Reference in New Issue
Block a user