Project

General

Profile

« Previous | Next » 

Revision 05f6d7bd

Added by Leszek Koltunski almost 2 years ago

  • ID 05f6d7bdfe0a0d9a3e75ec4893f596fe1d8a5497
  • Parent cf486b0d

Progress with new UI.

View differences:

src/main/java/org/distorted/objects/MainEntry.java
21 21

  
22 22
import android.app.Activity;
23 23
import android.graphics.drawable.Drawable;
24
import android.os.Bundle;
24 25
import android.widget.ImageButton;
25 26

  
27
import org.distorted.dialogs.RubikDialogPlayPopup;
28
import org.distorted.dialogs.RubikDialogScores;
26 29
import org.distorted.main.RubikActivity;
27 30

  
28 31
///////////////////////////////////////////////////////////////////////////////////////////////////
......
93 96
      {
94 97
      if( mObject!=null )
95 98
        {
96
        android.util.Log.e("D", "clicked on "+ mObject.getLowerName());
99
        Bundle bundle = new Bundle();
100
        bundle.putInt("ordinal", 0 );
101
        RubikDialogPlayPopup diag = new RubikDialogPlayPopup();
102
        diag.setArguments(bundle);
103
        diag.show(act.getSupportFragmentManager(), null);
97 104
        }
98 105
      else android.util.Log.e("D", "MainListEntry: object null!!");
99 106
      }

Also available in: Unified diff