Project

General

Profile

« Previous | Next » 

Revision f895e77a

Added by Leszek Koltunski about 4 years ago

Implement a new Dialog, SetName.

View differences:

src/main/java/org/distorted/dialog/RubikDialogScoresView.java
87 87
    float myRecordInSeconds = (myRecordInMillis/100)/10.0f;
88 88
    boolean mySubmitted = scores.isSubmitted(object, size, scramble);
89 89
    String myName = scores.getName();
90
    if( myName.length()==0 ) myName = act.getString(R.string.you);
90 91
    int myCountryID = res.getIdentifier( scores.getCountry(), "drawable", packageName);
91 92
    String myRecord = ( myRecordInMillis<RubikScores.NO_RECORD ) ? Float.toString(myRecordInSeconds) : "??";
92 93
    String theirTime;

Also available in: Unified diff