Revision d4ef7c22
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedCreatorActivity.java | ||
---|---|---|
232 | 232 |
public void changeObject(int ordinal) |
233 | 233 |
{ |
234 | 234 |
mObjectOrdinal = ordinal; |
235 |
RubikObject object = RubikObjectList.getObject(ordinal); |
|
236 |
BandagedCreatorView view = findViewById(R.id.bandagedCreatorView); |
|
235 |
|
|
237 | 236 |
} |
238 | 237 |
|
239 | 238 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Progress with 'bandaged UI'