Project

General

Profile

« Previous | Next » 

Revision 0dc8ffef

Added by Leszek Koltunski almost 4 years ago

Progress with Predeform.

View differences:

src/main/res/layout/predeformlayout.xml
5 5
    android:gravity="center_horizontal"
6 6
    android:orientation="vertical" >
7 7

  
8
    <org.distorted.examples.predeform.PredeformSurfaceView
9
        android:id="@+id/predeformSurfaceView"
8
    <org.distorted.examples.predeform.PredeformSurfaceView2
9
        android:id="@+id/predeform2SurfaceView"
10 10
        android:layout_width="match_parent"
11 11
        android:layout_height="0dp"
12 12
        android:layout_weight="1.00" />
......
20 20
        android:background="@color/blue">
21 21

  
22 22
        <TextView
23
            android:id="@+id/predeformInflateText"
23
            android:id="@+id/predeform2InflateText"
24 24
            android:layout_width="0dp"
25 25
            android:layout_height="wrap_content"
26 26
            android:layout_weight="0.3"
......
28 28
            android:text="@string/inflate" />
29 29

  
30 30
        <SeekBar
31
            android:id="@+id/predeformInflateLevel"
31
            android:id="@+id/predeform2InflateLevel"
32 32
            android:layout_weight="0.7"
33 33
            android:layout_width="0dp"
34 34
            android:layout_height="50dp"
......
46 46
        android:background="@color/blue">
47 47

  
48 48
        <SeekBar
49
            android:id="@+id/predeformTransparency"
49
            android:id="@+id/predeform2Transparency"
50 50
            android:layout_weight="0.50"
51 51
            android:layout_width="0dp"
52 52
            android:layout_height="50dp"
......
57 57
            android:layout_width="0dp"
58 58
            android:layout_height="50dp"
59 59
            android:layout_weight="0.5"
60
            android:id="@+id/predeformSpinnerMode"
60
            android:id="@+id/predeform2SpinnerMode"
61 61
            />
62 62
    </LinearLayout>
63 63

  

Also available in: Unified diff