mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-16 04:43:41 +00:00
Switch up Font loading
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Acr.UserDialogs;
|
||||
using qController.Helpers;
|
||||
using qController.ViewModels;
|
||||
using Serilog;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace qController.UI
|
||||
@@ -69,7 +71,7 @@ namespace qController.UI
|
||||
Margin = 0,
|
||||
Padding = new Thickness(0,0,15,0),
|
||||
FontSize = App.HeightUnit * 4,
|
||||
FontFamily = App.QFont
|
||||
FontFamily = (OnPlatform<string>)Application.Current.Resources["QFontFamily"]
|
||||
};
|
||||
type.SetDynamicResource(Label.TextColorProperty, "PrimaryTextColor");
|
||||
type.SetBinding(Label.TextProperty, "type", BindingMode.OneWay);
|
||||
|
||||
Reference in New Issue
Block a user