javauis/lcdui_akn/javalcdui/inc/lcdui.h
branchRCL_3
changeset 23 e5618cc85d74
parent 21 4376525cdefb
child 24 6c158198356e
equal deleted inserted replaced
21:4376525cdefb 23:e5618cc85d74
    47 
    47 
    48 #include <e32def.h>
    48 #include <e32def.h>
    49 #include <badesca.h>
    49 #include <badesca.h>
    50 #include <gdi.h>
    50 #include <gdi.h>
    51 #include <w32std.h>
    51 #include <w32std.h>
       
    52 #include <aknsconstants.h>
    52 
    53 
    53 #ifdef RD_JAVA_NGA_ENABLED
    54 #ifdef RD_JAVA_NGA_ENABLED
    54 #include <EGL/egltypes.h>
    55 #include <EGL/egltypes.h>
    55 #include "monitor.h"
    56 #include "monitor.h"
    56 #endif // RD_JAVA_NGA_ENABLED
    57 #endif // RD_JAVA_NGA_ENABLED
   130 _LIT(KLandscapeValue,          "landscape");
   131 _LIT(KLandscapeValue,          "landscape");
   131 _LIT(KPositionBottom,          "bottom");
   132 _LIT(KPositionBottom,          "bottom");
   132 _LIT(KPositionRight,           "right");
   133 _LIT(KPositionRight,           "right");
   133 }
   134 }
   134 
   135 
       
   136 
       
   137 #ifdef RD_JAVA_S60_RELEASE_9_2
       
   138 const TInt KHighlightedItemTextColor    = EAknsCIQsnTextColorsCG6;
       
   139 #else
       
   140 const TInt KHighlightedItemTextColor    = EAknsCIQsnTextColorsCG8;
       
   141 #endif // RD_JAVA_S60_RELEASE_9_2
       
   142 const TInt KNonHighlightedItemTextColor = EAknsCIQsnTextColorsCG6;
   135 
   143 
   136 
   144 
   137 /**
   145 /**
   138  *
   146  *
   139  * Base class of all LCDUI objects. Concrete classes always implement a
   147  * Base class of all LCDUI objects. Concrete classes always implement a