def setup_usercontributedmanagement_view(self):
view = UserContributedManagementView.get_view(self.usercontributed_manager.downloadUserContributed, self.refresh_main_view_data, self.usercontributed_manager.deleteUserContributed, self.usercontributed_manager.getAvailableUserContributed, self.theme_manager)
view.right_button_items = [ui.ButtonItem(action=self.checkUserContributedForUpdate, title='Check for Update')]
view.background_color = self.theme_manager.currentTheme.backgroundColour
view.bar_tint_color = self.theme_manager.currentTheme.tintColour
view.bg_color = self.theme_manager.currentTheme.backgroundColour
view.tint_color = self.theme_manager.currentTheme.tintColour
view.title_color = self.theme_manager.currentTheme.textColour
return view
评论列表
文章目录