forked from lc-soft/LCUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest_widget_opacity.xml
31 lines (31 loc) · 1001 Bytes
/
test_widget_opacity.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8" ?>
<lcui-app>
<resource type="text/css" src="test_widget_opacity.css"/>
<ui>
<w class="container">
<w class="list" id="parent">
<w id="child" class="list-item active">
<w type="text">item 1 content</w>
<w type="text" class="list-item-footer">footer</w>
</w>
<w class="list-item">
<w type="text">item 2 content</w>
<w type="text" class="list-item-footer">footer</w>
</w>
<w class="list-item">
<w type="text">item 3 content</w>
<w type="text" class="list-item-footer">footer</w>
</w>
<w class="list-item">
<w type="text">item 4 content</w>
<w type="text" class="list-item-footer">footer</w>
</w>
</w>
</w>
<w class="buttons">
<w type="button" id="btn-minus">--</w>
<w type="text" id="current-opacity">1.0</w>
<w type="button" id="btn-plus">++</w>
</w>
</ui>
</lcui-app>