Project

General

Profile

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

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

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
                <LinearLayout
10
                    android:layout_width="0dp"
11
                    android:layout_height="wrap_content"
12
                    android:layout_weight="0.8"
13
                    android:orientation="vertical" >
14

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

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

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

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

    
48
                </LinearLayout>
49

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

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