Changeset 14699
- Timestamp:
- 04/22/13 14:20:10 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/mobile/android/ISSM_APP/src/gov/nasa/jpl/issm/ISSM.java
r14694 r14699 132 132 if( mapName.equals("greenland")) 133 133 { 134 defaultMap.setImageResource(R.drawable.greenland_button);135 134 file = "greenland"; 136 135 } … … 138 137 { 139 138 file = "antarctica"; 140 defaultMap.setImageResource(R.drawable.antarctica_button);141 139 } 142 140 … … 175 173 { 176 174 mapName= "greenland"; 175 defaultMap.setImageResource(R.drawable.greenland_button); 177 176 viewflipper.setInAnimation(inFromRightAnimation()); 178 177 viewflipper.setOutAnimation(outToLeftAnimation()); … … 187 186 { 188 187 mapName= "antarctica"; 188 defaultMap.setImageResource(R.drawable.antarctica_button); 189 189 viewflipper.setInAnimation(inFromRightAnimation()); 190 190 viewflipper.setOutAnimation(outToLeftAnimation());
Note:
See TracChangeset
for help on using the changeset viewer.