Project

General

Profile

« Previous | Next » 

Revision 14da3188

Added by Leszek Koltunski 3 months ago

More support for configuring the stickers.

View differences:

src/main/java/org/distorted/config/ConfigScreen.java
20 20
public class ConfigScreen
21 21
{
22 22
  private TransparentImageButton mBackButton, mResetButton;
23
  private ConfigScreenPane mPane;
24 23

  
25 24
///////////////////////////////////////////////////////////////////////////////////////////////////
26 25

  
......
84 83
    layout.addView(layoutLeft);
85 84
    layout.addView(layoutMid);
86 85
    layout.addView(layoutRight);
87

  
88
    mPane = new ConfigScreenPane(act,objectOrdinal);
89 86
    }
90 87
}

Also available in: Unified diff