Project

General

Profile

« Previous | Next » 

Revision 2f20ae3a

Added by Leszek Koltunski over 7 years ago

Around the World: setRace

View differences:

src/main/java/org/distorted/examples/aroundtheworld/AroundTheWorldActivity.java
36 36
      {
37 37
      super.onCreate(icicle);
38 38
      setContentView(R.layout.aroundtheworldlayout);
39

  
40
      AroundTheWorldSurfaceView       view = (AroundTheWorldSurfaceView)       this.findViewById(R.id.aroundTheWorldSurfaceView);
41
      AroundTheWorldSurfaceViewPicker pick = (AroundTheWorldSurfaceViewPicker) this.findViewById(R.id.aroundTheWorldSurfaceViewPicker);
42

  
43
      pick.setEffectsManager(view.getManager());
39 44
      }
40 45

  
41 46
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff