Project

General

Profile

« Previous | Next » 

Revision 56e4be07

Added by Leszek Koltunski almost 8 years ago

Improve Fragment3D app some more!

View differences:

src/main/java/org/distorted/examples/fragment3d/Fragment3DActivity.java
310 310

  
311 311
    View view = chroma.createView(this);
312 312
    LinearLayout layout = (LinearLayout)findViewById(R.id.fragment3dlayout);
313
    layout.addView(view,0);
313
    layout.addView(view);
314 314

  
315 315
    Dynamic1D dyn1 = chroma.getDyn1();
316 316
    Dynamic3D dyn3 = chroma.getDyn3();
......
327 327

  
328 328
    View view = alpha.createView(this);
329 329
    LinearLayout layout = (LinearLayout)findViewById(R.id.fragment3dlayout);
330
    layout.addView(view,0);
330
    layout.addView(view);
331 331

  
332 332
    Dynamic1D dyn1 = alpha.getDyn1();
333 333

  
......
343 343

  
344 344
    View view = brightness.createView(this);
345 345
    LinearLayout layout = (LinearLayout)findViewById(R.id.fragment3dlayout);
346
    layout.addView(view,0);
346
    layout.addView(view);
347 347

  
348 348
    Dynamic1D dyn1 = brightness.getDyn1();
349 349

  
......
359 359

  
360 360
    View view = saturation.createView(this);
361 361
    LinearLayout layout = (LinearLayout)findViewById(R.id.fragment3dlayout);
362
    layout.addView(view,0);
362
    layout.addView(view);
363 363

  
364 364
    Dynamic1D dyn1 = saturation.getDyn1();
365 365

  

Also available in: Unified diff