Project

General

Profile

« Previous | Next » 

Revision f86c9fb5

Added by Leszek Koltunski over 5 years ago

Make the Effects3D app a bit more user-friendly.

View differences:

src/main/res/layout/effects3dlayout.xml
21 21
            android:layout_width="wrap_content"
22 22
            android:layout_height="wrap_content"
23 23
            android:layout_weight="1"
24
            android:checked="true"
24
            android:checked="false"
25 25
            android:onClick="showCenter"
26 26
            android:text="@string/show_center"
27 27
            android:textSize="12sp"/>
......
31 31
            android:layout_width="wrap_content"
32 32
            android:layout_height="wrap_content"
33 33
            android:layout_weight="1"
34
            android:checked="true"
34
            android:checked="false"
35 35
            android:onClick="showRegion"
36 36
            android:text="@string/show_region"
37 37
            android:textSize="12sp"/>
......
41 41
            android:layout_width="wrap_content"
42 42
            android:layout_height="wrap_content"
43 43
            android:layout_weight="1"
44
            android:checked="true"
44
            android:checked="false"
45 45
            android:onClick="showNormal"
46 46
            android:text="@string/show_normal"
47 47
            android:textSize="12sp"/>

Also available in: Unified diff