Advertisement
Kadev123

Untitled

Oct 3rd, 2020
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <layout name="purchaseWidget" width="100" height="60" version="0.1" uid="42BA75C0-8BAB-D92B-FD76-A375D903CBB1">
  3. <window>
  4. <container x="0" y="0" width="100" height="60" params="16" style="0">
  5. <children>
  6. <border x="0" y="0" width="100" height="60" params="16" style="7" name="selection_information" blend="0">
  7. <children>
  8. <text x="9" y="5" width="100" height="19" params="16" style="3" caption="%24%7Bcatalog.purchase.select.info%7D" visible="false">
  9. <variables>
  10. <var key="auto_size" value="center" type="String"/>
  11. <var key="text_color" value="0x666666" type="hex"/>
  12. <var key="text_style" value="u_headline_small" type="String"/>
  13. <var key="mouse_wheel_enabled" value="false" type="Boolean"/>
  14. <var key="sharpness" value="0" type="Number"/>
  15. <var key="thickness" value="0" type="Number"/>
  16. <var key="spacing" value="0" type="Number"/>
  17. <var key="leading" value="0" type="Number"/>
  18. </variables>
  19. </text>
  20. </children>
  21. </border>
  22. <container x="0" y="3" width="100" height="60" params="16" style="0" name="default_buttons" visible="false">
  23. <children>
  24. <container_button x="0" y="0" width="100" height="24" params="17" style="3" name="buy_button" color="0x0aa00" width_min="100" width_max="170" height_min="24" height_max="24">
  25. <children>
  26. <text x="0" y="3" width="100" height="17" params="786448" style="3" name="purchase_label" caption="%24%7Bcatalog.purchase_confirmation.buy%7D" width_min="100" width_max="160">
  27. <variables>
  28. <var key="auto_size" value="center" type="String"/>
  29. <var key="text_color" value="0xffffff" type="hex"/>
  30. <var key="mouse_wheel_enabled" value="false" type="Boolean"/>
  31. <var key="bold" value="false" type="Boolean"/>
  32. <var key="spacing" value="0" type="Number"/>
  33. <var key="leading" value="0" type="Number"/>
  34. </variables>
  35. </text>
  36. </children>
  37. </container_button>
  38. <button x="0" y="30" width="100" height="24" params="131089" style="3" name="gift_button" caption="%24%7Bcatalog.purchase_confirmation.gift%7D" width_min="100" width_max="170" height_min="24" height_max="24"/>
  39. </children>
  40. </container>
  41. </children>
  42. </container>
  43. </window>
  44. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement