2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2013-09-13 19:02:56 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<icon-button id="back" x="0" y="0" height="8%" icon="gui/back.png"/>
|
2013-09-13 19:02:56 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<div x="1%" y="1%" width="98%" height="98%" layout="vertical-row" >
|
2013-09-13 19:02:56 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<header id="title" text_align="center" width="80%" align="center" text="..."/>
|
2013-09-13 19:02:56 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<spacer height="25" width="10"/>
|
|
|
|
|
|
|
|
<tabs id="profile_tabs" height="10%" max_height="110" x="2%" width="98%" align="center">
|
|
|
|
<icon-button id="tab_overview" width="128" height="128" icon="gui/options_ui.png"/>
|
|
|
|
<icon-button id="tab_friends" width="128" height="128" icon="gui/options_players.png" />
|
|
|
|
<icon-button id="tab_achievements" width="128" height="128" icon="gui/options_players.png"/>
|
|
|
|
<icon-button id="tab_settings" width="128" height="128" icon="gui/main_options.png" I18N="Section in the profile menu" text="Account Settings"/>
|
|
|
|
</tabs>
|
2013-09-13 19:02:56 -04:00
|
|
|
|
2014-06-19 03:49:36 -04:00
|
|
|
<box proportion="1" width="100%" layout="vertical-row">
|
|
|
|
<div x="1%" y="2%" width="98%" height="96%" layout="vertical-row" >
|
|
|
|
<div width="fit" height="fit" layout="horizontal-row" >
|
|
|
|
<label proportion="1" height="fit" text_align="left" I18N="In the online account settings screen" text="Password :"/>
|
|
|
|
<spacer width="20" height="1"/>
|
|
|
|
<button id="change_password_button" height="100%" width="fit" text="Change" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</box>
|
|
|
|
</div>
|
2013-09-13 19:02:56 -04:00
|
|
|
</stkgui>
|