example/DemoGUI/WidgetConstants.h
author cgandhi
Thu, 23 Sep 2010 17:20:22 +0530
changeset 24 1cee9f1b95e0
parent 16 b78fa4cdbf2b
permissions -rw-r--r--
taking care of credmgr for RVCT B686 compilation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     1
#ifndef WIDGETCONSTANTS_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     2
#define WIDGETCONSTANTS_H
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     3
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     4
//For Home Screen
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     5
const int KHeadNameHeight = 40;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     6
const int KWidgetGapFactor = 5;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     7
const int ToolbarIconHeight = 50;
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     8
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     9
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    10
#endif // WIDGETCONSTANTS_H