example/DemoGUI/WidgetConstants.h
changeset 16 b78fa4cdbf2b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/DemoGUI/WidgetConstants.h	Thu Aug 05 16:35:33 2010 +0530
@@ -0,0 +1,10 @@
+#ifndef WIDGETCONSTANTS_H
+#define WIDGETCONSTANTS_H
+
+//For Home Screen
+const int KHeadNameHeight = 40;
+const int KWidgetGapFactor = 5;
+const int ToolbarIconHeight = 50;
+
+
+#endif // WIDGETCONSTANTS_H