예제 #1
0
        public void ThemeManagerplatformThemeEnabled()
        {
            tlog.Debug(tag, $"ThemeManagerplatformThemeEnabled START");

            ThemeManager.PlatformThemeEnabled = true;
            tlog.Error(tag, "PlatformThemeEnabled : " + ThemeManager.PlatformThemeEnabled);

            var result = ThemeManager.ApplyPlatformTheme("Tizen.NUI.Theme.Common");

            tlog.Error(tag, "ApplyPlatformTheme : " + result);
            tlog.Error(tag, "GetPlatformStyle : " + ThemeManager.GetPlatformStyle("style"));
            tlog.Error(tag, "GetPlatformStyle : " + ThemeManager.GetPlatformStyle(typeof(ViewStyle)));

            tlog.Debug(tag, $"ThemeManagerplatformThemeEnabled END (OK)");
        }