photos_plat/gallery_utilities_api/inc/glxcollectionpluginpriority.hrh
branchRCL_3
changeset 35 420f6808bf21
parent 14 ce1c7ad1f18b
equal deleted inserted replaced
32:78ad99c24f08 35:420f6808bf21
    25 
    25 
    26 enum TGlxCollectionPluginPriority
    26 enum TGlxCollectionPluginPriority
    27     {
    27     {
    28     // Bug Fix @ ESLM-7VWF28 :: Priority change inorder to display the " ALL " collection folder as the first collection folder in the Photos Matrix Menu
    28     // Bug Fix @ ESLM-7VWF28 :: Priority change inorder to display the " ALL " collection folder as the first collection folder in the Photos Matrix Menu
    29     EGlxCollectionPluginAll             = 1500,
    29     EGlxCollectionPluginAll             = 1500,
    30     EGlxCollectionPluginMonths          = 1300,
       
    31     EGlxCollectionPluginAlbums          = 1200,
    30     EGlxCollectionPluginAlbums          = 1200,
    32     EGlxCollectionPluginTags            = 1100,
    31     EGlxCollectionPluginTags            = 1100,
    33     EGlxCollectionPluginImageViewer     = 990,
    32     EGlxCollectionPluginImageViewer     = 990,
    34     EGlxCollectionPluginShareOnline     = 900
    33     EGlxCollectionPluginShareOnline     = 900
    35     };
    34     };