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/blur/BlurActivity.java
41 41
    protected void onCreate(Bundle icicle) 
42 42
      {
43 43
      super.onCreate(icicle);
44
      DistortedLibrary.onCreate();
45

  
44 46
      setContentView(R.layout.blurlayout);
45 47

  
46 48
      textBlur = findViewById(R.id.blurText);

Also available in: Unified diff