Project

General

Profile

« Previous | Next » 

Revision 302c76a0

Added by Leszek Koltunski almost 2 years ago

IAP part 4: further progress with locks in the object popup screen.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
191 191

  
192 192
    for(int child=0; child<numObjects; child++)
193 193
      {
194
      View button = objectGrid.getChildAt(child);
194
      final RubikObject obj = RubikObjectList.getObject(child);
195
      View v = objectGrid.getChildAt(child);
196
      ImageButton button = PopupCreator.getButton(obj,v);
195 197
      final int ordinal = child;
196 198

  
197 199
      button.setOnClickListener( new View.OnClickListener()

Also available in: Unified diff