reformatted XML to use newlines
This commit is contained in:
parent
d1231da78e
commit
ea4969fcee
106
xml/Global.xml
106
xml/Global.xml
@ -1,45 +1,105 @@
|
||||
<!-- Default formatting -->
|
||||
<Defaults>
|
||||
<!-- general Stuff -->
|
||||
<Text color="white" fontSize="18"/>
|
||||
<Button tooltipPosition="Left" color="clear"/>
|
||||
<Text color="white"
|
||||
fontSize="18"/>
|
||||
<Button tooltipPosition="Left"
|
||||
color="clear"/>
|
||||
|
||||
<!-- Window -->
|
||||
<HorizontalLayout class="headerLayout" height="75" padding="5"/>
|
||||
<Button class="headerButton" minWidth="50" preferredWidth="50" flexibleWidth="0" color="clear"/>
|
||||
<Text class="headerText" minWidth="200" flexibleWidth="100" fontSize="32" font="font_teutonic-arkham"/>
|
||||
<HorizontalLayout class="headerLayout"
|
||||
height="75"
|
||||
padding="5"/>
|
||||
<Button class="headerButton"
|
||||
minWidth="50"
|
||||
preferredWidth="50"
|
||||
flexibleWidth="0"
|
||||
color="clear"/>
|
||||
<Text class="headerText"
|
||||
minWidth="200"
|
||||
flexibleWidth="100"
|
||||
fontSize="32"
|
||||
font="font_teutonic-arkham"/>
|
||||
</Defaults>
|
||||
|
||||
<!-- Buttons in the bottom right of the screen -->
|
||||
<VerticalLayout visibility="Admin" color="#000000" outlineSize="1 1" outline="#303030" rectAlignment="LowerRight" width="35" height="215" offsetXY="-1 60" spacing="1">
|
||||
<Button icon="cthulhu" tooltip="Campaigns" onClick="onClick_toggleUi(Campaigns)"/>
|
||||
<Button icon="dark-cult" tooltip="Standalone Scenarios" onClick="onClick_toggleUi(Standalone Scenarios)"/>
|
||||
<Button icon="yog-sothoth" tooltip="Extras" onClick="onClick_toggleUi(Extras)"/>
|
||||
<Button icon="elder-sign" tooltip="Investigators" onClick="onClick_toggleUi(Investigators)"/>
|
||||
<Button icon="devourer" tooltip="Community Content" onClick="onClick_toggleUi(Community Content)"/>
|
||||
<Button icon="option-gear" tooltip="Options" onClick="onClick_toggleUi(Options)"/>
|
||||
<VerticalLayout visibility="Admin"
|
||||
color="#000000"
|
||||
outlineSize="1 1"
|
||||
outline="#303030"
|
||||
rectAlignment="LowerRight"
|
||||
width="35"
|
||||
height="215"
|
||||
offsetXY="-1 60"
|
||||
spacing="1">
|
||||
<Button icon="cthulhu"
|
||||
tooltip="Campaigns"
|
||||
onClick="onClick_toggleUi(Campaigns)"/>
|
||||
<Button icon="dark-cult"
|
||||
tooltip="Standalone Scenarios"
|
||||
onClick="onClick_toggleUi(Standalone Scenarios)"/>
|
||||
<Button icon="yog-sothoth"
|
||||
tooltip="Extras"
|
||||
onClick="onClick_toggleUi(Extras)"/>
|
||||
<Button icon="elder-sign"
|
||||
tooltip="Investigators"
|
||||
onClick="onClick_toggleUi(Investigators)"/>
|
||||
<Button icon="devourer"
|
||||
tooltip="Community Content"
|
||||
onClick="onClick_toggleUi(Community Content)"/>
|
||||
<Button icon="option-gear"
|
||||
tooltip="Options"
|
||||
onClick="onClick_toggleUi(Options)"/>
|
||||
<!--<Button icon="download" tooltip="ArkhamDB Deck Importer" onClick="onClick_toggleUi(Deck Importer)"/> -->
|
||||
</VerticalLayout>
|
||||
|
||||
<!-- Basic UI that will be replaced based on title -->
|
||||
<VerticalLayout id="load_ui" visibility="Admin" color="black" active="false" width="700" height="780" outlineSize="1 1" outline="#303030">
|
||||
<VerticalLayout id="load_ui"
|
||||
visibility="Admin"
|
||||
color="black"
|
||||
active="false"
|
||||
width="700"
|
||||
height="780"
|
||||
outlineSize="1 1"
|
||||
outline="#303030">
|
||||
<HorizontalLayout class="headerLayout">
|
||||
<Button class="headerButton" icon="refresh" tooltip="Refresh List" tooltipPosition="Right" onClick="onClick_refreshList"/>
|
||||
<Text id="title" class="headerText">Loadable Items</Text>
|
||||
<Button class="headerButton" icon="close" tooltip="Close" onClick="onClick_toggleUi(Hidden)"/>
|
||||
<Button class="headerButton"
|
||||
icon="refresh"
|
||||
tooltip="Refresh List"
|
||||
tooltipPosition="Right"
|
||||
onClick="onClick_refreshList"/>
|
||||
<Text id="title"
|
||||
class="headerText">Loadable Items</Text>
|
||||
<Button class="headerButton"
|
||||
icon="close"
|
||||
tooltip="Close"
|
||||
onClick="onClick_toggleUi(Hidden)"/>
|
||||
</HorizontalLayout>
|
||||
<VerticalScrollView color="transparent" minHeight="100" flexibleHeight="100">
|
||||
<Panel id="ui_update_height" height="24">
|
||||
<VerticalLayout id="ui_update_point" padding="10">
|
||||
<VerticalScrollView color="transparent"
|
||||
minHeight="100"
|
||||
flexibleHeight="100">
|
||||
<Panel id="ui_update_height"
|
||||
height="24">
|
||||
<VerticalLayout id="ui_update_point"
|
||||
padding="10">
|
||||
<Text>Please refresh to see available items.</Text>
|
||||
</VerticalLayout>
|
||||
</Panel>
|
||||
</VerticalScrollView>
|
||||
<Panel color="rgb(0,0,0)" minHeight="50" preferredHeight="50" flexibleHeight="0">
|
||||
<Button id="load_button" active="false" onClick="onClick_load">Load:</Button>
|
||||
<Panel color="rgb(0,0,0)"
|
||||
minHeight="50"
|
||||
preferredHeight="50"
|
||||
flexibleHeight="0">
|
||||
<Button id="load_button"
|
||||
active="false"
|
||||
onClick="onClick_load">Load:</Button>
|
||||
<HorizontalLayout id="progress_display">
|
||||
<ProgressBar id="download_progress" percentage="0" color="#000000" fillImageColor="#333333"/>
|
||||
<Button onClick="onClick_cancel" active="false">Cancel</Button>
|
||||
<ProgressBar id="download_progress"
|
||||
percentage="0"
|
||||
color="#000000"
|
||||
fillImageColor="#333333"/>
|
||||
<Button onClick="onClick_cancel"
|
||||
active="false">Cancel</Button>
|
||||
</HorizontalLayout>
|
||||
</Panel>
|
||||
</VerticalLayout>
|
||||
|
@ -1,40 +1,84 @@
|
||||
<!-- Default formatting -->
|
||||
<Defaults>
|
||||
<Text color="#FFFFFF" alignment="MiddleLeft"/>
|
||||
<Toggle isOn="False" rectAlignment="MiddleRight"/>
|
||||
<Cell dontUseTableCellBackground="true" outlineSize="0 1" outline="grey"/>
|
||||
<Text color="#FFFFFF"
|
||||
alignment="MiddleLeft" />
|
||||
|
||||
<Toggle isOn="False"
|
||||
rectAlignment="MiddleRight" />
|
||||
|
||||
<Cell dontUseTableCellBackground="true"
|
||||
outlineSize="0 1"
|
||||
outline="grey" />
|
||||
|
||||
<!-- main window -->
|
||||
<TableLayout class="window" width="500" height="700" active="false" color="#000000" outlineSize="2 2" outline="grey" showAnimation="SlideIn_Right" hideAnimation="SlideOut_Right" animationDuration="0.1"/>
|
||||
<TableLayout class="window"
|
||||
width="500"
|
||||
height="700"
|
||||
active="false"
|
||||
color="#000000"
|
||||
outlineSize="2 2"
|
||||
outline="grey"
|
||||
showAnimation="SlideIn_Right"
|
||||
hideAnimation="SlideOut_Right"
|
||||
animationDuration="0.1" />
|
||||
|
||||
<!-- group headers -->
|
||||
<Row class="group-header" preferredHeight="60"/>
|
||||
<Cell class="group-header" columnSpan="2" color="#222222"/>
|
||||
<Panel class="group-header" padding="5 0 0 0"/>
|
||||
<Text class="group-header" fontSize="28" font="font_teutonic-arkham"/>
|
||||
<Row class="group-header"
|
||||
preferredHeight="60" />
|
||||
<Cell class="group-header"
|
||||
columnSpan="2"
|
||||
color="#222222" />
|
||||
<Panel class="group-header"
|
||||
padding="5 0 0 0" />
|
||||
<Text class="group-header"
|
||||
fontSize="28"
|
||||
font="font_teutonic-arkham" />
|
||||
|
||||
<!-- options -->
|
||||
<Row class="option-text" preferredHeight="85"/>
|
||||
<Cell class="option-text" color="#333333"/>
|
||||
<Cell class="option-button" color="#333333"/>
|
||||
<VerticalLayout class="text-column" padding="10 0 0 0" spacing="5"/>
|
||||
<Text class="option-header" fontSize="20" font="font_teutonic-arkham"/>
|
||||
<Text class="description" fontSize="12"/>
|
||||
<Row class="option-text"
|
||||
preferredHeight="85"/>
|
||||
<Cell class="option-text"
|
||||
color="#333333"/>
|
||||
<Cell class="option-button"
|
||||
color="#333333"/>
|
||||
<VerticalLayout class="text-column"
|
||||
padding="10 0 0 0"
|
||||
spacing="5"/>
|
||||
<Text class="option-header"
|
||||
fontSize="20"
|
||||
font="font_teutonic-arkham"/>
|
||||
<Text class="description"
|
||||
fontSize="12"/>
|
||||
|
||||
<!-- buttons at the bottom -->
|
||||
<Button class="bottomButtons" hoverClass="hover" pressClass="press" selectClass="select" color="#888888" minHeight="35" fontSize="24" font="font_teutonic-arkham"/>
|
||||
<Button class="hover" color="grey"/>
|
||||
<Button class="press" color="white"/>
|
||||
<Button class="select" color="white"/>
|
||||
<Button class="bottomButtons"
|
||||
hoverClass="hover"
|
||||
pressClass="press"
|
||||
selectClass="select"
|
||||
color="#888888"
|
||||
minHeight="35"
|
||||
fontSize="24"
|
||||
font="font_teutonic-arkham"/>
|
||||
<Button class="hover"
|
||||
color="grey"/>
|
||||
<Button class="press"
|
||||
color="white"/>
|
||||
<Button class="select"
|
||||
color="white"/>
|
||||
</Defaults>
|
||||
|
||||
<!-- Option Panel -->
|
||||
<TableLayout id="optionPanel" class="window" active="false" rectAlignment="LowerRight" offsetXY="-50 60">
|
||||
<TableLayout id="optionPanel"
|
||||
class="window"
|
||||
active="false"
|
||||
rectAlignment="LowerRight"
|
||||
offsetXY="-50 60">
|
||||
<!-- Header: Options -->
|
||||
<Row preferredHeight="60">
|
||||
<Cell>
|
||||
<Panel padding="10 0 0 0">
|
||||
<Text font="font_teutonic-arkham" fontSize="35">Options</Text>
|
||||
<Text font="font_teutonic-arkham"
|
||||
fontSize="35">Options</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
</Row>
|
||||
@ -43,11 +87,14 @@
|
||||
<Row>
|
||||
<Cell>
|
||||
<VerticalScrollView horizontalScrollbarVisibility="AutohideAndExpandViewport">
|
||||
<TableLayout columnWidths="0 75" autoCalculateHeight="1" cellPadding="10 0 8 8">
|
||||
<TableLayout columnWidths="0 75"
|
||||
autoCalculateHeight="1"
|
||||
cellPadding="10 0 8 8">
|
||||
<!-- Group: playermat settings -->
|
||||
<Row class="group-header">
|
||||
<Cell class="group-header">
|
||||
<Panel class="group-header" image="header_core">
|
||||
<Panel class="group-header"
|
||||
image="header_core">
|
||||
<Text class="group-header">PLAYERMAT SETTINGS</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -62,7 +109,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="useSnapTags" onValueChanged="onClick_toggleOption(useSnapTags)"/>
|
||||
<Toggle id="useSnapTags"
|
||||
onValueChanged="onClick_toggleOption(useSnapTags)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -75,7 +123,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showDrawButton" onValueChanged="onClick_toggleOption(showDrawButton)"/>
|
||||
<Toggle id="showDrawButton"
|
||||
onValueChanged="onClick_toggleOption(showDrawButton)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -88,14 +137,16 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="useClueClickers" onValueChanged="onClick_toggleOption(useClueClickers)"/>
|
||||
<Toggle id="useClueClickers"
|
||||
onValueChanged="onClick_toggleOption(useClueClickers)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
<!-- Group: fan-made accessories -->
|
||||
<Row class="group-header">
|
||||
<Cell class="group-header">
|
||||
<Panel class="group-header" image="header_acolyte">
|
||||
<Panel class="group-header"
|
||||
image="header_acolyte">
|
||||
<Text class="group-header">FAN-MADE ACCESSORIES</Text>
|
||||
</Panel>
|
||||
</Cell>
|
||||
@ -110,7 +161,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showTokenArranger" onValueChanged="onClick_toggleOption(showTokenArranger)"/>
|
||||
<Toggle id="showTokenArranger"
|
||||
onValueChanged="onClick_toggleOption(showTokenArranger)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -123,7 +175,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showCleanUpHelper" onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
|
||||
<Toggle id="showCleanUpHelper"
|
||||
onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -136,7 +189,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showHandHelper" onValueChanged="onClick_toggleOption(showHandHelper)"/>
|
||||
<Toggle id="showHandHelper"
|
||||
onValueChanged="onClick_toggleOption(showHandHelper)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -149,7 +203,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showChaosBagManager" onValueChanged="onClick_toggleOption(showChaosBagManager)"/>
|
||||
<Toggle id="showChaosBagManager"
|
||||
onValueChanged="onClick_toggleOption(showChaosBagManager)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
||||
@ -162,7 +217,8 @@
|
||||
</VerticalLayout>
|
||||
</Cell>
|
||||
<Cell class="option-button">
|
||||
<Toggle id="showNavigationOverlay" onValueChanged="onClick_toggleOption(showNavigationOverlay)"/>
|
||||
<Toggle id="showNavigationOverlay"
|
||||
onValueChanged="onClick_toggleOption(showNavigationOverlay)"/>
|
||||
</Cell>
|
||||
</Row>
|
||||
</TableLayout>
|
||||
@ -173,9 +229,14 @@
|
||||
<!-- Buttons: Defaults and Close -->
|
||||
<Row preferredHeight="50">
|
||||
<Cell>
|
||||
<HorizontalLayout minHeight="55" flexibleHeight="0" padding="10 10 5 10" spacing="225">
|
||||
<Button class="bottomButtons" onClick="onClick_defaultSettings">Load defaults</Button>
|
||||
<Button class="bottomButtons" onClick="onClick_toggleUi(Hidden)">Close</Button>
|
||||
<HorizontalLayout minHeight="55"
|
||||
flexibleHeight="0"
|
||||
padding="10 10 5 10"
|
||||
spacing="225">
|
||||
<Button class="bottomButtons"
|
||||
onClick="onClick_defaultSettings">Load defaults</Button>
|
||||
<Button class="bottomButtons"
|
||||
onClick="onClick_toggleUi(Hidden)">Close</Button>
|
||||
</HorizontalLayout>
|
||||
</Cell>
|
||||
</Row>
|
||||
|
Loading…
Reference in New Issue
Block a user