Project

General

Profile

« Previous | Next » 

Revision 427ba5bf

Added by Leszek Koltunski 2 months ago

progress with configurable stickers

View differences:

src/main/java/org/distorted/config/ConfigScreenPane.java
240 240

  
241 241
      @Override
242 242
      public void onStartTrackingTouch(SeekBar seekBar) {}
243

  
244 243
      @Override
245 244
      public void onStopTrackingTouch(SeekBar seekBar)
246 245
        {
......
281 280
    configLayoutL.setLayoutParams(paramsLayoutL);
282 281

  
283 282
    createColorGrid(act, width, height);
283
    configLayoutL.removeAllViews();
284 284
    configLayoutL.addView(mGrid);
285 285
    }
286 286
}

Also available in: Unified diff