Project

General

Profile

« Previous | Next » 

Revision bf0d1908

Added by Leszek Koltunski over 7 years ago

Correction for the 'Girl' app.

View differences:

src/main/java/org/distorted/examples/girl/GirlActivity.java
60 60
      barSize.setProgress(50);
61 61
      barHips.setProgress(0);
62 62

  
63
      textSwing.setText(getString(R.string.swing_placeholder,0.0f));
63
      textSwing.setText(getString(R.string.swing_placeholder,0));
64 64
      textSize.setText(getString(R.string.size_placeholder,1.0f));
65
      textHips.setText(getString(R.string.hips_placeholder,0.0f));
65
      textHips.setText(getString(R.string.hips_placeholder,0));
66 66
      }
67 67

  
68 68
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff