fixed rest of animations

fixed drop downs and side dropdowns
made isInside public to let element decide
finished input text box
This commit is contained in:
Macocian Adrian Radu
2020-05-25 20:40:51 +03:00
parent 970734f20f
commit 264ca35ad0
11 changed files with 466 additions and 378 deletions

View File

@@ -39,6 +39,14 @@
Icon="circle"
/>
</RadioButtons>
<InputTextBox
BackgroundColor="#999999"
AccentColor="#aaaaaa"
ForegroundColor="#ffffff"
Location="0.0f, 0.8f"
Size="300, 60"/>
<DropDown
BackgroundColor="#222222"
Name="DropDown"
@@ -68,13 +76,22 @@
Label="Button4"/>
</SideDropDown>
<SideDropDown
Name="SideDropDown"
Label="SideDropDown"
ClosedWidth="100"
ClosedHeight="30"
ContentHeight="30"
ContentWidth="100">
<Button
Name="Button5"
Label="Button5"/>
<Button
Name="Button6"
Label="Button6"/>
</SideDropDown>
</DropDown>
<InputTextBox
BackgroundColor="#999999"
AccentColor="#aaaaaa"
ForegroundColor="#ffffff"
Location="0.0f, 0.8f"
Size="300, 60"/>
</Panel>
</GridPanel>