2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-07-31 16:47:06 -04:00
|
|
|
<stkgui>
|
|
|
|
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
|
|
|
|
<header id="title" width="96%" height="fit" text_align="center" word_wrap="true"
|
2014-11-08 08:53:39 -05:00
|
|
|
I18N="In the vote dialog" text="Vote"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2014-11-02 23:25:39 -05:00
|
|
|
<spacer height="20" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-02 21:54:39 -04:00
|
|
|
<label id="info" proportion="1" width="90%" align="center" text_align="center" word_wrap="true" text=""/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2014-11-02 23:25:39 -05:00
|
|
|
<spacer height="20" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-02 21:54:39 -04:00
|
|
|
<div width="90%" height="64" align="center" layout="vertical-row" >
|
2014-06-19 03:49:36 -04:00
|
|
|
<ratingbar id="rating" align="center" height="64" width="192"/>
|
2013-07-31 16:47:06 -04:00
|
|
|
</div>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2014-11-02 23:25:39 -05:00
|
|
|
<spacer height="40" width="50"/>
|
2014-06-19 03:49:36 -04:00
|
|
|
|
2013-08-02 21:54:39 -04:00
|
|
|
<buttonbar id="options" width="25%" height="20%" align="center">
|
2013-07-31 16:47:06 -04:00
|
|
|
<icon-button id="cancel" width="64" height="64" icon="gui/main_quit.png"
|
2014-06-19 03:49:36 -04:00
|
|
|
I18N="Vote dialog" text="Close" label_location="none"/>
|
2013-07-31 16:47:06 -04:00
|
|
|
</buttonbar>
|
|
|
|
</div>
|
|
|
|
</stkgui>
|