Theme.java
上传用户:luxiaowei
上传日期:2022-06-06
资源大小:58k
文件大小:0k
源码类别:

J2ME

开发平台:

Java

  1. /*
  2.  * To change this template, choose Tools | Templates
  3.  * and open the template in the editor.
  4.  */
  5. package com.framework;
  6. /**
  7.  *
  8.  * @author swaroop_kumar
  9.  */
  10. public class Theme {
  11.    static Theme instacne; 
  12.    public static final int DEFAULT_SOFTKEY_HEIGHT = 20;
  13.    public static final int DEFAULT_PADDING = 2;
  14.    private Theme(){}
  15.     
  16. }