Project

General

Profile

« Previous | Next » 

Revision 028f3e0d

Added by Leszek Koltunski over 4 years ago

Downloading High Scores: even better way of displaying scores

View differences:

src/main/java/org/distorted/magic/RubikScoresView.java
79 79

  
80 80
///////////////////////////////////////////////////////////////////////////////////////////////////
81 81

  
82
  void addScramble(FragmentActivity act, int scramble, final int[] country, final String[] name, final String[] time)
82
  void addSection(FragmentActivity act, int scramble, final int[] country, final String[] name, final String[] time)
83 83
    {
84 84
    LinearLayout level = (LinearLayout)inflate(act, R.layout.level_records, null);
85 85
    TextView text = level.findViewById(R.id.levelTitle);

Also available in: Unified diff