Project

General

Profile

« Previous | Next » 

Revision af662543

Added by Leszek Koltunski about 7 years ago

Fixes for z-fighting.

View differences:

src/main/res/layout/projectionlayout.xml
46 46
        android:paddingTop="5dp" >
47 47

  
48 48
        <TextView
49
            android:id="@+id/projectionTextX"
49
            android:id="@+id/projectionTextNear"
50 50
            android:layout_width="0dp"
51 51
            android:layout_height="wrap_content"
52 52
            android:layout_weight="0.5"
......
54 54
            android:textAppearance="?android:attr/textAppearanceMedium" />
55 55

  
56 56
        <SeekBar
57
            android:id="@+id/projectionSeekX"
58
            android:layout_width="wrap_content"
59
            android:layout_height="wrap_content"
60
            android:layout_weight="1"
61
            android:paddingStart="15dp"
62
            android:paddingEnd="15dp" />
63
    </LinearLayout>
64

  
65
    <LinearLayout
66
        android:id="@+id/linearLayout3"
67
        android:layout_width="fill_parent"
68
        android:layout_height="wrap_content"
69
        android:gravity="center|fill_horizontal"
70
        android:orientation="horizontal"
71
        android:paddingBottom="5dp"
72
        android:paddingTop="5dp" >
73

  
74
        <TextView
75
            android:id="@+id/projectionTextY"
76
            android:layout_width="0dp"
77
            android:layout_height="wrap_content"
78
            android:layout_weight="0.5"
79
            android:paddingStart="15dp"
80
            android:textAppearance="?android:attr/textAppearanceMedium" />
81

  
82
        <SeekBar
83
            android:id="@+id/projectionSeekY"
57
            android:id="@+id/projectionSeekNear"
84 58
            android:layout_width="wrap_content"
85 59
            android:layout_height="wrap_content"
86 60
            android:layout_weight="1"

Also available in: Unified diff