2023-03-12 13:01:55 -04:00
<!-- include Global.xml -->
<!-- Default formatting -->
<Defaults >
<!-- general Stuff -->
<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"/>
</Defaults>
<!-- Buttons at the bottom right (height: n * 35 + (n - 1) * 2) -->
<VerticalLayout visibility= "Admin"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
width="35"
height="146"
2023-08-27 21:09:46 -04:00
offsetXY="-1 120"
2023-03-12 13:01:55 -04:00
spacing="2">
<Button icon= "cthulhu"
tooltip="Campaigns"
onClick="onClick_toggleUi(Campaigns)"/>
<Button icon= "dark-cult"
tooltip="Standalone Scenarios"
onClick="onClick_toggleUi(Standalone Scenarios)"/>
<Button icon= "devourer"
tooltip="Community Content"
onClick="onClick_toggleUi(Community Content)"/>
<Button icon= "option-gear"
tooltip="Options"
onClick="onClick_toggleUi(Options)"/>
</VerticalLayout>
2023-08-27 21:09:46 -04:00
<!-- Navigation Overlay button (not visibly to Grey and Black) -->
<Panel visibility= "White|Brown|Red|Orange|Yellow|Green|Teal|Blue|Purple|Pink"
color="#000000"
outlineSize="1 1"
outline="#303030"
rectAlignment="LowerRight"
width="35"
height="35"
offsetXY="-1 65">
<Button icon= "NavigationOverlayIcon"
tooltip="Navigation Overlay"
onClick="onClick_toggleUi(Navigation Overlay)"/>
</Panel>
2023-03-12 13:01:55 -04:00
<!-- 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">
<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)"/>
</HorizontalLayout>
<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>
<HorizontalLayout id= "progress_display" >
<ProgressBar id= "download_progress"
percentage="0"
color="#000000"
fillImageColor="#333333"/>
<Button onClick= "onClick_cancel"
active="false">Cancel</Button>
</HorizontalLayout>
</Panel>
</VerticalLayout>
2023-08-27 21:09:46 -04:00
<!-- include TitleSplash.xml -->
2023-03-12 13:01:55 -04:00
<!-- Title Splash when starting a scenario -->
2023-04-22 16:56:01 -04:00
<Panel id= "title_splash"
2023-03-12 13:01:55 -04:00
height="220"
position="0 250 0"
showAnimation="FadeIn"
hideAnimation="FadeOut"
active="false"
animationDuration="2">
2023-04-22 16:56:01 -04:00
<Image id= "title_gradient"
2023-03-12 13:01:55 -04:00
height="220"
image="TitleGradient" />
<Text id= "title_splash_text"
width="95%"
height="180"
resizeTextForBestFit="true"
resizeTextMinSize="100"
resizeTextMaxSize="150"
font="font_teutonic-arkham"
outline="black"
outlineSize="3 -3"
horizontalOverflow="Overflow">
</Text>
</Panel>
2023-08-27 21:09:46 -04:00
<!-- include TitleSplash.xml -->
<!-- include NavigationOverlay.xml -->
<!-- Default formatting -->
<Defaults >
<Text color= "#FFFFFF"
alignment="MiddleLeft" />
<Toggle isOn= "False"
rectAlignment="MiddleRight" />
<Cell dontUseTableCellBackground= "true"
outlineSize="0 1"
outline="grey" />
<!-- options -->
<Row class= "nav_option-text"
preferredHeight="45"/>
<Cell class= "nav_option-text"
color="#333333"/>
<Cell class= "nav_option-button"
color="#333333"/>
<Text class= "nav_option-header"
fontSize="20"
font="font_teutonic-arkham"/>
<Cell class= "claim"
tooltip="Clicking this seat in the navigation overlay will now only swap the playercolor for you."
tooltipPosition="Right" />
<!-- 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"/>
<!-- Navigation Panels -->
<Panel class= "navPanel"
active="false"
allowDragging="true"
rectAlignment="LowerRight"
returnToOriginalPositionWhenReleased="false"
offsetXY="-40 0">
</Panel>
</Defaults>
<!-- full Panel -->
<Panel id= "navPanelFull"
height="358"
width="455"
class="navPanel">
</Panel>
<!-- Play Area only -->
<Panel id= "navPanelPlay"
height="208"
width="205"
class="navPanel">
</Panel>
<!-- Settings -->
<TableLayout id= "navPanelSettings"
active="false"
width="300"
height="335"
color="#000000"
outlineSize="2 2"
outline="grey"
rectAlignment="MiddleCenter">
2023-04-22 16:56:01 -04:00
2023-08-27 21:09:46 -04:00
<!-- Header -->
<Row preferredHeight= "60" >
<Cell >
<Panel padding= "10 0 0 0" >
<Text font= "font_teutonic-arkham"
fontSize="35">Navigation Overlay</Text>
</Panel>
</Cell>
</Row>
<!-- Options -->
<Row >
<Cell >
<TableLayout columnWidths= "0 125"
autoCalculateHeight="1"
cellPadding="10 0 5 5">
<!-- Option: Custom pitch -->
<Row class= "nav_option-text" >
<Cell class= "nav_option-text" >
<Text class= "nav_option-header" > Viewing angle in degrees:</Text>
</Cell>
<Cell class= "nav_option-button" >
<Slider id= "sliderPitch"
onValueChanged="797ede/updatePitch"
wholeNumbers="true"
minValue="0"
maxValue="90"
value="75"
tooltip="This controls the camera pitch ('nodding your head')."
tooltipPosition="Right"/>
</Cell>
</Row>
<!-- Option: Claim White -->
<Row class= "nav_option-text" >
<Cell class= "nav_option-text" >
<Text class= "nav_option-header" > Claim "White" seat</Text>
</Cell>
<Cell class= "nav_option-button claim" >
<Toggle id= "claimWhite"
onValueChanged="797ede/claimColor(White)"/>
</Cell>
</Row>
<!-- Option: Claim Orange -->
<Row class= "nav_option-text" >
<Cell class= "nav_option-text" >
<Text class= "nav_option-header" > Claim "Orange" seat</Text>
</Cell>
<Cell class= "nav_option-button claim" >
<Toggle id= "claimOrange"
onValueChanged="797ede/claimColor(Orange)"/>
</Cell>
</Row>
<!-- Option: Claim Green -->
<Row class= "nav_option-text" >
<Cell class= "nav_option-text" >
<Text class= "nav_option-header" > Claim "Green" seat</Text>
</Cell>
<Cell class= "nav_option-button claim" >
<Toggle id= "claimGreen"
onValueChanged="797ede/claimColor(Green)"/>
</Cell>
</Row>
<!-- Option: Claim Red -->
<Row class= "nav_option-text" >
<Cell class= "nav_option-text" >
<Text class= "nav_option-header" > Claim "Red" seat</Text>
</Cell>
<Cell class= "nav_option-button claim" >
<Toggle id= "claimRed"
onValueChanged="797ede/claimColor(Red)"/>
</Cell>
</Row>
</TableLayout>
</Cell>
</Row>
<!-- Buttons: Defaults and Close -->
<Row preferredHeight= "50" >
<Cell >
<HorizontalLayout minHeight= "55"
flexibleHeight="0"
padding="10 10 5 10"
spacing="35">
<Button class= "bottomButtons"
onClick="797ede/loadDefaultSettings">Load defaults</Button>
<Button class= "bottomButtons"
onClick="797ede/toggleSettings">Close</Button>
</HorizontalLayout>
</Cell>
</Row>
</TableLayout>
<!-- include NavigationOverlay.xml -->
2023-03-12 13:01:55 -04:00
<!-- include OptionPanel.xml -->
<!-- Default formatting -->
<Defaults >
<Text color= "#FFFFFF"
alignment="MiddleLeft" />
<Toggle isOn= "False"
rectAlignment="MiddleRight" />
2023-08-27 21:09:46 -04:00
<Dropdown rectAlignment= "MiddleCenter" />
2023-03-12 13:01:55 -04:00
<Cell dontUseTableCellBackground= "true"
outlineSize="0 1"
outline="grey" />
<!-- main window -->
<TableLayout class= "window"
width="500"
height="800"
active="false"
color="#000000"
outlineSize="2 2"
outline="grey"
showAnimation="SlideIn_Right"
hideAnimation="SlideOut_Right"
2023-04-22 16:56:01 -04:00
animationDuration="0.2" />
2023-03-12 13:01:55 -04:00
<!-- group headers -->
<Row class= "group-header"
preferredHeight="54" />
<Cell class= "group-header"
2023-08-27 21:09:46 -04:00
columnSpan="3"
2023-03-12 13:01:55 -04:00
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="70"/>
<Cell class= "option-text"
2023-08-27 21:09:46 -04:00
color="#333333"
columnSpan="2"/>
2023-03-12 13:01:55 -04:00
<Cell class= "option-button"
color="#333333"/>
2023-08-27 21:09:46 -04:00
<Cell class= "option-dropdowntext"
color="#333333"
columnSpan="1"/>
<Cell class= "option-dropdown"
color="#333333"
columnSpan="2"/>
2023-03-12 13:01:55 -04:00
<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"/>
</Defaults>
<!-- Option Panel -->
<TableLayout id= "optionPanel"
class="window"
active="false"
rectAlignment="LowerRight"
offsetXY="-50 80">
<!-- Header: Options -->
<Row preferredHeight= "60" >
<Cell >
<Panel padding= "10 0 0 0" >
<Text font= "font_teutonic-arkham"
fontSize="35">Options</Text>
</Panel>
</Cell>
</Row>
<!-- Scrollable part with options -->
<Row >
<Cell >
<VerticalScrollView horizontalScrollbarVisibility= "AutohideAndExpandViewport" >
2023-08-27 21:09:46 -04:00
<TableLayout columnWidths= "0 100 75"
2023-03-12 13:01:55 -04:00
autoCalculateHeight="1"
2023-08-27 21:09:46 -04:00
cellPadding="10 5 5 5">
2023-03-12 13:01:55 -04:00
<!-- Group: general settings -->
<Row class= "group-header" >
<Cell class= "group-header" >
<Panel class= "group-header"
image="header_acolyte">
<Text class= "group-header" > GENERAL SETTINGS</Text>
</Panel>
</Cell>
</Row>
2023-08-27 21:09:46 -04:00
<!-- Option: card language -->
<Row class= "option-text" >
<Cell class= "option-dropdowntext" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Card language</Text>
<Text class= "description" > Downloading a campaign or importing a deck will use this language for cards (NOT FUNCTIONAL YET!).</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-dropdown" >
<Panel padding= "0 17 13 13" >
<Dropdown id= "cardLanguage"
onValueChanged="languageSelected(selectedIndex)">
<Option > 简体中文</Option>
<Option > 繁體中文</Option>
<Option > Deutsch</Option>
<Option > English</Option>
<Option > Español</Option>
<Option > Français</Option>
<Option > Italiano</Option>
</Dropdown>
</Panel>
</Cell>
</Row>
2023-03-12 13:01:55 -04:00
<!-- Option: play area snap tags -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Enable snap tags for play area</Text>
<Text class= "description" > Only cards with the tag "Location" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "playAreaSnapTags"
onValueChanged="onClick_toggleOption(playAreaSnapTags)"/>
</Cell>
</Row>
<!-- Option: splash scenario name on setup -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Show scenario title on setup</Text>
<Text class= "description" > Fade in the name of the scenario for 2 seconds when placing down a scenario.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "showTitleSplash"
onValueChanged="onClick_toggleOption(showTitleSplash)"/>
</Cell>
</Row>
<!-- Group: playermat settings -->
<Row class= "group-header" >
<Cell class= "group-header" >
<Panel class= "group-header"
image="header_cover">
<Text class= "group-header" > PLAYERMAT SETTINGS</Text>
</Panel>
</Cell>
</Row>
<!-- Option: enable snap tags -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Enable snap tags</Text>
<Text class= "description" > Only cards with the tag "Asset" will snap (official cards are supported by default). Disable this if you are having issues with custom content.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "useSnapTags"
onValueChanged="onClick_toggleOption(useSnapTags)"/>
</Cell>
</Row>
<!-- Option: show draw 1 button -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Show "Draw 1" button</Text>
<Text class= "description" > Displays a button below the "Upkeep" button that draws a card from your deck. Useful for multi-handed solo play.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "showDrawButton"
onValueChanged="onClick_toggleOption(showDrawButton)"/>
</Cell>
</Row>
<!-- Option: use clickable clue - counters -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-08-27 21:09:46 -04:00
<Text class= "option-header" > Use clickable clue counters</Text>
2023-03-12 13:01:55 -04:00
<Text class= "description" > Instead of automatically counting clues in the respective area on your playermat, this displays a clickable counter for clues.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "useClueClickers"
onValueChanged="onClick_toggleOption(useClueClickers)"/>
</Cell>
</Row>
<!-- Option: use clickable resource counters -->
<Row class= "option-text" >
2024-01-06 21:32:07 -05:00
<Cell class= "option-dropdowntext" >
2023-03-12 13:01:55 -04:00
<VerticalLayout class= "text-column" >
2023-08-27 21:09:46 -04:00
<Text class= "option-header" > Use clickable resource tokens</Text>
2024-01-06 21:32:07 -05:00
<Text class= "description" > This enables spawning of clickable resource tokens for player cards. (Chef's Selection = assets with 0 uses)</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
2024-01-06 21:32:07 -05:00
<Cell class= "option-dropdown" >
<Panel padding= "0 17 13 13" >
<Dropdown id= "useResourceCounters"
onValueChanged="resourceCounterSelected(selectedIndex)">
<Option > Enabled</Option>
<Option > Chef's Selection</Option>
<Option > Disabled</Option>
</Dropdown>
</Panel>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
<!-- Group: fan - made accessories -->
<Row class= "group-header" >
<Cell class= "group-header" >
<Panel class= "group-header"
image="header_olive">
<Text class= "group-header" > FAN-MADE ACCESSORIES</Text>
</Panel>
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show attachment helper -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > Attachment Helper</Text>
<Text class= "description" > Provides a card-sized bag for cards that are attached to other cards (e.g. Backpack).</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showAttachmentHelper"
onValueChanged="onClick_toggleOption(showAttachmentHelper)"/>
</Cell>
</Row>
2023-03-12 13:01:55 -04:00
<!-- Option: show clean up helper -->
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
<Text class= "option-header" > Clean Up Helper</Text>
<Text class= "description" > Useful for campaign-play: It resets play areas to allow continuous gameplay in the same savegame.</Text>
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
<Toggle id= "showCleanUpHelper"
onValueChanged="onClick_toggleOption(showCleanUpHelper)"/>
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show custom playmat images -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > Custom Playmat Images</Text>
<Text class= "description" > Places a tool that displays custom playmat images for all cycles in a gallery-like fashion.</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showCustomPlaymatImages"
onValueChanged="onClick_toggleOption(showCustomPlaymatImages)"/>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show CYOA campaign guides -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > CYOA Campaign Guides</Text>
<Text class= "description" > Displays in a "Choose Your Own Adventure" style redesigned campaign guides.</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showCYOA"
onValueChanged="onClick_toggleOption(showCYOA)"/>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show displacement tool -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > Displacement Tool</Text>
<Text class= "description" > This allows moving all objects on the main playmat in a chosen direction.</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showDisplacementTool"
onValueChanged="onClick_toggleOption(showDisplacementTool)"/>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show hand helper -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > Hand Helper</Text>
<Text class= "description" > Never count your hand cards again! This tool does that for you and additionally enables easy discarding of random cards.</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showHandHelper"
onValueChanged="onClick_toggleOption(showHandHelper)"/>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
2023-04-22 16:56:01 -04:00
<!-- Option: show search assistant -->
2023-03-12 13:01:55 -04:00
<Row class= "option-text" >
<Cell class= "option-text" >
<VerticalLayout class= "text-column" >
2023-04-22 16:56:01 -04:00
<Text class= "option-header" > Search Assistant</Text>
<Text class= "description" > Quickly search 3, 6, 9 or the top X cards of your deck!</Text>
2023-03-12 13:01:55 -04:00
</VerticalLayout>
</Cell>
<Cell class= "option-button" >
2023-04-22 16:56:01 -04:00
<Toggle id= "showSearchAssistant"
onValueChanged="onClick_toggleOption(showSearchAssistant)"/>
2023-03-12 13:01:55 -04:00
</Cell>
</Row>
</TableLayout>
</VerticalScrollView>
</Cell>
</Row>
<!-- 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>
</Cell>
</Row>
</TableLayout>
<!-- include OptionPanel.xml -->
2023-04-22 16:56:01 -04:00
<!-- include UpdateNotification.xml -->
<!-- Default formatting inherented from OptionPanel! -->
<!-- Icon with Finn, which can be clicked -->
<Image id= "FinnIcon"
active="false"
showAnimation="SlideIn_Top"
hideAnimation="SlideOut_Top"
animationDuration="0.2"
rectAlignment="UpperLeft"
offsetXY="420 -5"
height="90"
width="90"
onClick="onClick_FinnIcon"
image="FinnIcon"
tooltip="Update notification"
tooltipBackgroundColor="rgba(0,0,0,0.8)"/>
<!-- main notification window -->
<TableLayout id= "updateNotification"
active="false"
color="#000000"
outlineSize="2 2"
outline="grey"
showAnimation="SlideIn_Top"
hideAnimation="SlideOut_Top"
animationDuration="0.2"
rectAlignment="UpperLeft"
offsetXY="60 -5"
height="225"
width="350">
<!-- Header -->
<Row preferredHeight= "50" >
<Cell >
<Panel padding= "10 10 0 0" >
<!-- this part will be updated via script -->
<Text id= "notificationHeader"
font="font_teutonic-arkham"
fontSize="30"
alignment="MiddleCenter">Placeholder</Text>
</Panel>
</Cell>
</Row>
<!-- patch highlights -->
<Row id= "highlightRow"
preferredHeight="100">
<Cell >
<Panel padding= "15 15 0 7" >
<!-- this part will be updated via script -->
<Text id= "releaseHighlightText"
resizeTextForBestFit="true">Placeholder</Text>
</Panel>
</Cell>
</Row>
<!-- explanation -->
<Row preferredHeight= "25" >
<Cell >
<Panel padding= "15 15 0 7" >
<Text resizeTextForBestFit= "true" > Visit the usual place to receive this update.</Text>
</Panel>
</Cell>
</Row>
<!-- Buttons: "Don't show again" and "Close" -->
<Row preferredHeight= "50" >
<Cell >
<HorizontalLayout minHeight= "55"
flexibleHeight="0"
padding="10 10 5 10"
spacing="10">
<Button class= "bottomButtons"
onClick="onClick_notification(dontShowAgain)">Don't show again</Button>
<Button class= "bottomButtons"
onClick="onClick_notification(close)">Close</Button>
</HorizontalLayout>
</Cell>
</Row>
</TableLayout>
<!-- include UpdateNotification.xml -->
2023-03-12 13:01:55 -04:00
<!-- include Global.xml -->