- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package com.framework;
- /**
- *
- * @author swaroop_kumar
- */
- public class Theme {
- static Theme instacne;
- public static final int DEFAULT_SOFTKEY_HEIGHT = 20;
- public static final int DEFAULT_PADDING = 2;
- private Theme(){}
- }