Project

General

Profile

« Previous | Next » 

Revision bdbbb4c5

Added by Leszek Koltunski over 2 years ago

Refactoring: split the 'objects' package into two, 'objects' and 'objectlib'.
The point: we're going to need to move the 'objectlib' stuff into its own library module, and that's because we're going to create a new app module which needs access to it.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogScores.java
34 34
import android.view.LayoutInflater;
35 35
import android.view.View;
36 36
import android.view.Window;
37
import android.view.WindowManager;
38 37
import android.widget.Button;
39 38
import android.widget.ImageView;
40 39
import android.widget.TextView;
41 40

  
42 41
import org.distorted.main.R;
43 42
import org.distorted.main.RubikActivity;
44
import org.distorted.objects.ObjectList;
43
import org.distorted.objectlb.ObjectList;
45 44

  
46 45
///////////////////////////////////////////////////////////////////////////////////////////////////
47 46

  

Also available in: Unified diff