Project

General

Profile

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

examples / src / main / res / layout / vertex3ddistort.xml @ ac02465e

1
<?xml version="1.0" encoding="utf-8"?>
2

    
3
            <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
                          android:id="@+id/vertex3dRowDistort"
5
                          android:layout_width="match_parent"
6
                          android:layout_height="wrap_content"
7
                          android:orientation="horizontal"
8
                >
9

    
10
                <LinearLayout
11
                    android:layout_width="0dp"
12
                    android:layout_height="wrap_content"
13
                    android:layout_weight="0.8"
14
                    android:orientation="vertical" >
15

    
16
                    <TextView
17
                        android:id="@+id/vertex3ddistortText"
18
                        android:layout_width="wrap_content"
19
                        android:layout_height="wrap_content"
20
                        android:layout_marginEnd="5dp"
21
                        android:layout_marginStart="5dp"
22
                        android:layout_marginTop="3dp"
23
                        />
24

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

    
33
                    <SeekBar
34
                        android:id="@+id/vertex3ddistortBar2"
35
                        android:layout_width="fill_parent"
36
                        android:layout_height="wrap_content"
37
                        android:layout_marginEnd="5dp"
38
                        android:layout_marginLeft="5dp"
39
                        android:layout_marginRight="5dp" />
40

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

    
49
                </LinearLayout>
50

    
51
                <Button
52
                    android:id="@+id/vertex3dUpDistort"
53
                    android:layout_width="60dp"
54
                    android:layout_height="fill_parent"
55
                    android:onClick="ButtonDistort"
56
                    android:text="@string/Up" />
57

    
58
            </LinearLayout>
(20-20/23)