Project

General

Profile

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

examples / src / main / res / layout / effect4d.xml @ 7e9be46d

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

    
8
        <TextView
9
            android:id="@+id/effect4dText"
10
            android:layout_width="wrap_content"
11
            android:layout_height="wrap_content"
12
            android:layout_marginEnd="5dp"
13
            android:layout_marginStart="5dp"
14
            android:layout_marginTop="3dp" />
15

    
16
        <SeekBar
17
            android:id="@+id/effect4dbar1"
18
            android:layout_width="fill_parent"
19
            android:layout_height="wrap_content"
20
            android:layout_marginEnd="5dp"
21
            android:layout_marginLeft="5dp"
22
            android:layout_marginRight="5dp" />
23

    
24
        <SeekBar
25
            android:id="@+id/effect4dbar2"
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/effect4dbar3"
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/effect4dbar4"
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
        <View
49
            android:layout_height="3dip"
50
            android:background="#777777"
51
            android:layout_width="match_parent"
52
            />
53

    
54
</LinearLayout>
(9-9/30)