17 lines
581 B
XML
17 lines
581 B
XML
<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
|
|
|
|
<StyleList>
|
|
<Style name="Window">
|
|
<StyleAttribute name="windowType" value="normal" />
|
|
</Style>
|
|
<!-- Used by select/zoom windows to animage up from bottom of window -->
|
|
<Style name="Window.dialog">
|
|
<StyleAttribute name="windowType" value="modal" />
|
|
</Style>
|
|
<!-- Used by Toolbar on iOS devices to streatch across device rather -->
|
|
<!-- than being packed together -->
|
|
<!-- <Style name="ToolBarSeparator"> -->
|
|
<!-- <StyleAttribute name="iosSeparatorStretch" value="1"/> -->
|
|
<!-- </Style> -->
|
|
</StyleList>
|