コード例 #1
0
ファイル: FormsMaterial.cs プロジェクト: zhamppx97/maui
        public static void Init(Context context, Bundle bundle)
        {
            // my only purpose is to exist so when called
            // this dll doesn't get removed

            VisualMarker.RegisterMaterial();
        }
コード例 #2
0
ファイル: FormsMaterial.cs プロジェクト: zhamppx97/maui
        public static void Init()
        {
            // my only purpose is to exist so when called
            // this dll doesn't get removed

            VisualMarker.RegisterMaterial();
            MColors.Current = MaterialColors.Light.CreateColorScheme();
        }