Advertisement
MaineQat

windowTestGui.xml

Nov 29th, 2014
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.55 KB | None | 0 0
  1. <window inherit="minecolonies:gui/windowWorkerBuilding.xml">
  2.     <label id="title"
  3.           size="100% 11" pos="0 9"
  4.           textalign="TopMiddle"
  5.           color="0"
  6.           label="$(com.minecolonies.gui.citizen.skills)" />
  7.     <group width="100" height="55" x="30" y="30">
  8.         <label id="strength"
  9.               width="100%" height="11"
  10.               color="0" />
  11.         <label id="stamina"
  12.               width="100%" height="11"
  13.               color="black" />
  14.         <label id="wisdom"
  15.               width="100%" height="11"
  16.               color="#ff0000" />
  17.         <itemicon item="gold_ingot"/>
  18.     </group>
  19.     <view size="80% 60" y="85" align="TopMiddle">
  20.         <input id="text1"
  21.              size="100% 20" y="0" text="This is just a test"
  22.              tab="text2" />
  23.         <input id="text2"
  24.              size="100% 20" y="20" text="This is just a test"
  25.              tab="text1" />
  26.     </view>
  27.     <box padding="3" size="100 85" y="128" align="TopMiddle">
  28.         <list id="scrollgroup"
  29.              size="100%">
  30.             <view size="100% 45px">
  31.                 <label id="listlabel" width="-35" height="11" color="black" hovercolor="white" label="1" />
  32.                 <button id="listbutton" width="30" height="11" x="5" y="0" align="TopRight" label="B" />
  33.                 <list id="scrollgroup2" width="100%" height="30" y="12">
  34.                     <label id="listlabel2" height="11" color="black" hovercolor="white" label="1" />
  35.                 </list>
  36.             </view>
  37.         </list>
  38.     </box>
  39. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement