示例#1
0
	def create_apf_store_gui(self, apf_dict):

		xml = "APFBrowser_720OSMC.xml" if xbmcgui.Window(10000).getProperty("SkinHeight") == '720' else "APFBrowser_OSMC.xml"

		return apf_GUI(xml, __path__, 'Default', apf_dict=apf_dict)
示例#2
0
    def create_apf_store_gui(self, apf_dict):

        xml = "APFBrowser_720OSMC.xml" if xbmcgui.Window(10000).getProperty(
            "SkinHeight") == '720' else "APFBrowser_OSMC.xml"

        return apf_GUI(xml, __path__, 'Default', apf_dict=apf_dict)
示例#3
0
    def create_apf_store_gui(self, apf_dict):

        return apf_GUI("APFBrowser_OSMC.xml",
                       __path__,
                       'Default',
                       apf_dict=apf_dict)