Project

General

Profile

« Previous | Next » 

Revision bf0bc90f

Added by Leszek Koltunski about 7 years ago

Mipmap levels!

View differences:

src/main/res/layout/fbolayout.xml
15 15
        android:layout_width="fill_parent"
16 16
        android:layout_height="wrap_content"
17 17
        android:gravity="center|fill_horizontal"
18
        android:orientation="vertical" >
18
        android:orientation="vertical">
19 19

  
20 20
        <RadioGroup
21 21
            android:id="@+id/radioGroup1"
22 22
            android:layout_width="match_parent"
23 23
            android:layout_height="wrap_content"
24
            android:orientation="horizontal" >
25
			
24
            android:orientation="horizontal">
25

  
26 26
            <RadioButton
27 27
                android:id="@+id/deformDistortButton"
28 28
                android:layout_width="wrap_content"
29 29
                android:layout_height="wrap_content"
30 30
                android:checked="true"
31 31
                android:onClick="DepthYes"
32
                android:text="@string/DepthYes" />
32
                android:text="@string/DepthYes"/>
33 33

  
34 34
            <RadioButton
35 35
                android:id="@+id/deformDeformButton"
36 36
                android:layout_width="wrap_content"
37 37
                android:layout_height="wrap_content"
38 38
                android:onClick="DepthNo"
39
                android:text="@string/DepthNo" />
39
                android:text="@string/DepthNo"/>
40 40

  
41 41
        </RadioGroup>
42 42

  

Also available in: Unified diff