Changeset 16081


Ignore:
Timestamp:
09/04/13 21:07:38 (12 years ago)
Author:
Eric.Larour
Message:

CHG: some fixes to get the new code working for the android app.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/mobile/android/ISSM_APP/src/gov/nasa/jpl/issm/SliderMenu.java

    r14506 r16081  
    3636        temp  = (TextView) this.findViewById(R.id.temp);
    3737        sealvl   = (TextView) this.findViewById(R.id.sealvl);
    38         //tempBar.setVisibility(INVISIBLE);
     38        tempBar.setVisibility(INVISIBLE);
    3939        seaLevelBar.setVisibility(INVISIBLE);
    40         //temp.setVisibility(INVISIBLE);
     40        temp.setVisibility(INVISIBLE);
    4141        sealvl.setVisibility(INVISIBLE);
    4242        friction = MINIMUM + OFFSET;
Note: See TracChangeset for help on using the changeset viewer.