Project

General

Profile

Download (3 KB) Statistics
| Branch: | Revision:

examples / src / main / res / layout / vertex3ddeform.xml @ 08f92d82

1
<?xml version="1.0" encoding="utf-8"?>
2
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
                android:id="@+id/vertex3dRowDeform"
4
                android:orientation="horizontal"
5
                android:layout_width="match_parent"
6
                android:layout_height="wrap_content" >
7

    
8
                <LinearLayout
9
                    android:layout_width="0dp"
10
                    android:layout_height="match_parent"
11
                    android:layout_weight="0.70"
12
                    android:orientation="vertical" >
13

    
14
                    <TextView
15
                        android:id="@+id/vertex3ddeformText"
16
                        android:layout_width="wrap_content"
17
                        android:layout_height="wrap_content"
18
                        android:layout_marginEnd="5dp"
19
                        android:layout_marginStart="5dp"
20
                        android:layout_marginTop="3dp"
21
                        android:textAppearance="?android:attr/textAppearanceLarge" />
22

    
23
                    <SeekBar
24
                        android:id="@+id/vertex3ddeformBar4"
25
                        android:layout_width="fill_parent"
26
                        android:layout_height="wrap_content"
27
                        android:layout_marginEnd="5dp"
28
                        android:layout_marginLeft="5dp"
29
                        android:layout_marginRight="5dp" />
30

    
31
                    <SeekBar
32
                        android:id="@+id/vertex3ddeformBar1"
33
                        android:layout_width="fill_parent"
34
                        android:layout_height="wrap_content"
35
                        android:layout_gravity="end"
36
                        android:layout_marginEnd="5dp"
37
                        android:layout_marginLeft="5dp"
38
                        android:layout_marginRight="5dp" />
39

    
40
                    <SeekBar
41
                        android:id="@+id/vertex3ddeformBar2"
42
                        android:layout_width="fill_parent"
43
                        android:layout_height="wrap_content"
44
                        android:layout_gravity="end"
45
                        android:layout_marginEnd="5dp"
46
                        android:layout_marginLeft="5dp"
47
                        android:layout_marginRight="5dp" />
48

    
49
                    <SeekBar
50
                        android:id="@+id/vertex3ddeformBar3"
51
                        android:layout_width="fill_parent"
52
                        android:layout_height="wrap_content"
53
                        android:layout_gravity="end"
54
                        android:layout_marginEnd="5dp"
55
                        android:layout_marginLeft="5dp"
56
                        android:layout_marginRight="5dp" />
57

    
58
                </LinearLayout>
59

    
60
                <Button
61
                    android:id="@+id/vertex3dUpDeform"
62
                    android:layout_width="60dp"
63
                    android:layout_height="fill_parent"
64
                    android:onClick="ButtonDeform"
65
                    android:text="@string/Up" />
66

    
67
            </LinearLayout>
(19-19/23)