Project

General

Profile

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

examples / src / main / res / layout / effect6d.xml @ bf3b5480

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

    
8
        <LinearLayout
9
              android:id="@+id/button6dLayout"
10
              android:layout_width="match_parent"
11
              android:layout_height="match_parent"
12
              android:orientation="horizontal">
13

    
14
                <TextView
15
                    android:id="@+id/effect6dText"
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:layout_weight="1"/>
22

    
23
                <Button
24
                    android:text="@string/removebut"
25
                    android:layout_width="wrap_content"
26
                    android:layout_height="wrap_content"
27
                    android:id="@+id/button6dRemove"
28
                    android:layout_weight="0.2"
29
                    android:layout_marginTop="3dp"/>
30
        </LinearLayout>
31

    
32
        <SeekBar
33
            android:id="@+id/effect6dbar1"
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/effect6dbar2"
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
        <SeekBar
49
            android:id="@+id/effect6dbar3"
50
            android:layout_width="fill_parent"
51
            android:layout_height="wrap_content"
52
            android:layout_marginEnd="5dp"
53
            android:layout_marginLeft="5dp"
54
            android:layout_marginRight="5dp" />
55

    
56
        <SeekBar
57
            android:id="@+id/effect6dbar4"
58
            android:layout_width="fill_parent"
59
            android:layout_height="wrap_content"
60
            android:layout_marginEnd="5dp"
61
            android:layout_marginLeft="5dp"
62
            android:layout_marginRight="5dp" />
63

    
64
        <SeekBar
65
            android:id="@+id/effect6dbar5"
66
            android:layout_width="fill_parent"
67
            android:layout_height="wrap_content"
68
            android:layout_marginEnd="5dp"
69
            android:layout_marginLeft="5dp"
70
            android:layout_marginRight="5dp" />
71

    
72
        <SeekBar
73
            android:id="@+id/effect6dbar6"
74
            android:layout_width="fill_parent"
75
            android:layout_height="wrap_content"
76
            android:layout_marginEnd="5dp"
77
            android:layout_marginLeft="5dp"
78
            android:layout_marginRight="5dp" />
79

    
80
</LinearLayout>
(15-15/47)