Project

General

Profile

« Previous | Next » 

Revision 75c7def3

Added by Leszek Koltunski almost 8 years ago

Fragment3D close to done now!

View differences:

src/main/res/layout/fragment3dlayout.xml
53 53
            android:onClick="newSaturation"/>
54 54
    </LinearLayout>
55 55

  
56
    <LinearLayout
57
        android:orientation="vertical"
58
        android:layout_width="fill_parent"
59
        android:layout_height="50dp"
60
        >
61

  
62
        <TextView
63
            android:id="@+id/fragment3dcenterText"
64
            android:layout_width="wrap_content"
65
            android:layout_height="wrap_content"
66
            android:layout_marginEnd="5dp"
67
            android:layout_marginStart="5dp"
68
            android:layout_marginTop="3dp"
69
            />
70

  
71
        <LinearLayout
72
            android:orientation="horizontal"
73
            android:layout_width="match_parent"
74
            android:layout_height="match_parent"
75
            >
76

  
77
            <SeekBar
78
                android:layout_width="fill_parent"
79
                android:layout_height="wrap_content"
80
                android:id="@+id/fragment3dcenterX"
81
                android:layout_weight="0.5"
82
                android:paddingLeft="5dp"
83
                android:paddingRight="3dp"/>
84

  
85
            <SeekBar
86
                android:layout_width="fill_parent"
87
                android:layout_height="wrap_content"
88
                android:id="@+id/fragment3dcenterY"
89
                android:layout_weight="0.5"
90
                android:paddingLeft="3dp"
91
                android:paddingRight="5dp"/>
92
        </LinearLayout>
93

  
94
    </LinearLayout>
95

  
96 56
    <View
97 57
        android:layout_height="4dip"
98 58
        android:background="#777777"

Also available in: Unified diff