Project

General

Profile

« Previous | Next » 

Revision 334c13fa

Added by Leszek Koltunski over 7 years ago

Make the effect Center be always 3D.

View differences:

src/main/res/layout/effectcenter.xml
26 26
            android:layout_marginEnd="5dp"
27 27
            android:layout_marginLeft="5dp"
28 28
            android:layout_marginRight="5dp"
29
            android:layout_weight="0.5"/>
29
            android:layout_weight="1.0"/>
30 30

  
31 31
        <SeekBar
32 32
            android:id="@+id/effectCenterBarY"
......
35 35
            android:layout_marginEnd="5dp"
36 36
            android:layout_marginLeft="5dp"
37 37
            android:layout_marginRight="5dp"
38
            android:layout_weight="0.5"/>
38
            android:layout_weight="1.0"/>
39 39

  
40
        <SeekBar
41
            android:id="@+id/effectCenterBarZ"
42
            android:layout_width="wrap_content"
43
            android:layout_height="wrap_content"
44
            android:layout_marginEnd="5dp"
45
            android:layout_marginLeft="5dp"
46
            android:layout_marginRight="5dp"
47
            android:layout_weight="1.0"/>
40 48
    </LinearLayout>
41 49

  
42 50
</LinearLayout>

Also available in: Unified diff