format BindableProperty & fix a tiny issue about rank page refreshing
This commit is contained in:
@ -80,6 +80,14 @@ namespace Billing.Themes
|
||||
new Setter { Property = TimePicker.FontFamilyProperty, Value = regularFontFamily }
|
||||
}
|
||||
});
|
||||
Add(new Style(typeof(OptionPicker))
|
||||
{
|
||||
Setters =
|
||||
{
|
||||
new Setter { Property = Picker.FontSizeProperty, Value = Device.GetNamedSize(NamedSize.Small, typeof(TimePicker)) },
|
||||
new Setter { Property = Picker.FontFamilyProperty, Value = regularFontFamily }
|
||||
}
|
||||
});
|
||||
Add(new Style(typeof(TintImage))
|
||||
{
|
||||
Setters =
|
||||
|
Reference in New Issue
Block a user