-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.xml
More file actions
35 lines (34 loc) · 1.42 KB
/
ui.xml
File metadata and controls
35 lines (34 loc) · 1.42 KB
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
32
33
34
35
<?xml version="1.0" encoding="UTF-8" ?>
<?Using View,PushButton,ImageView,VideoPlayer,MusicPlayer,TextInput,HWrapper,VWrapper?>
<View id="root" height="800" width="600" styleSheet="@style.css" commander="anon.grp.Main" oriel="<root">
<ScrollBox id="scrollBox" width="match_parent" height="match_parent" class="scroller">
<VWrapper>
<ImageView src="@../../../pic.jpg" width="100px" height="100px" viewType="circle"/>
</VWrapper>
<VWrapper>
<ImageView src="@../../../pic2.jpg" width="100px" height="100px" viewType="circle"/>
</VWrapper>
<VWrapper>
<ImageView src="@../../../pic3.jpg" width="100px" height="100px" viewType="circle"/>
</VWrapper>
<VWrapper>
<ImageView src="@../../../pic4.jpg" width="100px" height="100px" viewType="circle"/>
</VWrapper>
<VWrapper>
<ImageView src="https://anon.org/pic5.jpg" width="100px" height="100px" viewType="circle"/>
</VWrapper>
</ScrollBox>
<View>
<HWrapper>
<Vwrapper>
<PushButton text="Click Me" commandMethod="$fun"/>
</Vwrapper>
<Vwrapper>
<InputText text="Enter Text" inputType="*pass" />
</Vwrapper>
<Vwrapper>
<InputText text="Enter Text" inputType="*email" autoValided="true"/>
</Vwrapper>
</HWrapper>
</View>
</View>