コード例 #1
0
        public void SetUITheme(UITheme theme)
        {
            m_DayView.SetUITheme(theme);
            m_Toolbar.BackColor = theme.GetAppDrawingColor(UITheme.AppColor.AppBackLight);
            m_TBRenderer.SetUITheme(theme);

            BackColor = theme.GetAppDrawingColor(UITheme.AppColor.AppBackLight);
        }
コード例 #2
0
        public void SetUITheme(UITheme theme)
        {
            m_DayView.SetUITheme(theme);
            m_Toolbar.BackColor = theme.GetAppDrawingColor(UITheme.AppColor.AppBackLight);
            m_TBRenderer.SetUITheme(theme);
            m_SelectedTaskDatesLabel.ForeColor = theme.GetAppDrawingColor(UITheme.AppColor.AppText);
            m_WeekLabel.ForeColor = theme.GetAppDrawingColor(UITheme.AppColor.AppText);

            BackColor = theme.GetAppDrawingColor(UITheme.AppColor.AppBackLight);
        }