|
|
|
|
|
|
|
|
|
|
protected override void onEnable() |
|
|
|
{ |
|
|
|
AndroidPlatformUtil.SetStatusBarValue(true); |
|
|
|
AndroidPlatformUtil.ShowStatusBar(true); |
|
|
|
AddFont("Material Icons", new List<string> {"MaterialIcons-Regular.ttf"}, new List<int> {0}); |
|
|
|
AddFont("CupertinoIcons", new List<string> {"CupertinoIcons.ttf"}, new List<int> {0}); |
|
|
|
AddFont("GalleryIcons", new List<string> {"gallery/GalleryIcons.ttf"}, new List<int> {0}); |
|
|
|