Project

General

Profile

« Previous | Next » 

Revision bddd4b2d

Added by Leszek Koltunski almost 6 years ago

Add OIT to the Effects3D app.

View differences:

src/main/res/layout/effects3dlayout.xml
44 44
            android:onClick="showNormal"
45 45
            android:text="@string/show_normal"
46 46
            android:textSize="12sp"/>
47

  
48
        <CheckBox
49
            android:id="@+id/effects3dCheckBoxOIT"
50
            android:layout_width="wrap_content"
51
            android:layout_height="wrap_content"
52
            android:layout_weight="1"
53
            android:checked="false"
54
            android:onClick="triggerOIT"
55
            android:text="@string/oit"
56
            android:textSize="12sp"/>
47 57
    </LinearLayout>
48 58

  
49 59
    <LinearLayout

Also available in: Unified diff