Project

General

Profile

« Previous | Next » 

Revision a9df241d

Added by Leszek Koltunski over 3 years ago

More support for using the library from more than one activity

View differences:

src/main/java/org/distorted/examples/movingeffects/MovingEffectsActivity.java
44 44
    protected void onCreate(Bundle savedState) 
45 45
      {
46 46
      super.onCreate(savedState);
47
  
47
      DistortedLibrary.onCreate();
48 48
      setContentView(R.layout.movingeffectslayout);
49 49
      
50 50
      mAbort = findViewById(R.id.movingeffectsAbort);

Also available in: Unified diff