~dhis-mobile-devs/dhis-mobile/2.8

« back to all changes in this revision

Viewing changes to src/org/hisp/dhis/mobile/ui/CalendarWidget.java

  • Committer: Long
  • Date: 2011-10-13 06:36:15 UTC
  • Revision ID: long_thanhlongngo1988-20111013063615-k47k7gb6erh7b3g7
Refectoring Facility Reporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
                setDate(new Date(timestamp));
105
105
        }
106
106
 
107
 
        void initialize() {
 
107
        public void initialize() {
108
108
                // let's initialize calendar size
109
109
                this.cellWidth = font.stringWidth("MM") + 2 * padding;
110
110
                this.cellHeight = font.getHeight() + 2 * padding;