Project

General

Profile

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

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

1 75c7def3 Leszek Koltunski
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 1585ba24 Leszek Koltunski
              android:id="@+id/effectRegion3Layout"
4 75c7def3 Leszek Koltunski
              android:layout_width="match_parent"
5
              android:layout_height="wrap_content"
6
              android:orientation="vertical">
7
8
    <TextView
9 1585ba24 Leszek Koltunski
        android:id="@+id/effectRegion3Text"
10 75c7def3 Leszek Koltunski
        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
17
    <LinearLayout
18
        android:orientation="horizontal"
19
        android:layout_width="match_parent"
20
        android:layout_height="match_parent">
21
22
        <SeekBar
23 1585ba24 Leszek Koltunski
            android:id="@+id/effectRegion3BarRX"
24 75c7def3 Leszek Koltunski
            android:layout_width="wrap_content"
25
            android:layout_height="wrap_content"
26
            android:layout_marginEnd="5dp"
27
            android:layout_marginLeft="5dp"
28
            android:layout_marginRight="5dp"
29 1585ba24 Leszek Koltunski
            android:layout_weight="1.0"/>
30 75c7def3 Leszek Koltunski
31
        <SeekBar
32 1585ba24 Leszek Koltunski
            android:id="@+id/effectRegion3BarRY"
33 75c7def3 Leszek Koltunski
            android:layout_width="wrap_content"
34
            android:layout_height="wrap_content"
35
            android:layout_marginEnd="5dp"
36
            android:layout_marginLeft="5dp"
37
            android:layout_marginRight="5dp"
38 1585ba24 Leszek Koltunski
            android:layout_weight="1.0"/>
39 75c7def3 Leszek Koltunski
40
        <SeekBar
41 1585ba24 Leszek Koltunski
            android:id="@+id/effectRegion3BarRZ"
42 75c7def3 Leszek Koltunski
            android:layout_width="wrap_content"
43
            android:layout_height="wrap_content"
44
            android:layout_marginEnd="5dp"
45
            android:layout_marginLeft="5dp"
46
            android:layout_marginRight="5dp"
47 1585ba24 Leszek Koltunski
            android:layout_weight="1.0"/>
48 75c7def3 Leszek Koltunski
    </LinearLayout>
49 1585ba24 Leszek Koltunski
50 75c7def3 Leszek Koltunski
</LinearLayout>