csmit195

Titanium - Theme Demo

Sep 29th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.44 KB | None | 0 0
  1. <Label class="sub">
  2.     <colour>lightGrey</colour>
  3. </Label>
  4.  
  5. <Label class="header">
  6.     <colour>cyan</colour>
  7. </Label>
  8.  
  9. <Label class="hasValue">
  10.     <colour important>128</colour>
  11. </Label>
  12.  
  13. <Label class="held">
  14.     <colour>red</colour>
  15. </Label>
  16.  
  17. <Label class="active">
  18.     <colour important>lime</colour>
  19. </Label>
  20.  
  21. <Button>
  22.     <backgroundColour>cyan</backgroundColour>
  23.     <activeBackgroundColour>lightBlue</activeBackgroundColour>
  24.     <colour>white</colour>
  25.     <verticalAlign>centre</verticalAlign>
  26.     <horizontalAlign>centre</horizontalAlign>
  27.     <width dynamic>#self.text + 2</width>
  28. </Button>
  29.  
  30. <RadioButton>
  31.     <backgroundColour>128</backgroundColour>
  32.     <activeBackgroundColour>256</activeBackgroundColour>
  33.  
  34.     <toggledBackgroundColour>cyan</toggledBackgroundColour>
  35.     <toggledColour>white</toggledColour>
  36. </RadioButton>
  37.  
  38. <Input>
  39.     <backgroundColour>128</backgroundColour>
  40.     <colour>256</colour>
  41.  
  42.     <focusedBackgroundColour>256</focusedBackgroundColour>
  43.     <focusedColour>128</focusedColour>
  44. </Input>
  45.  
  46. <ScrollContainer>
  47.     <Checkbox>
  48.         <backgroundColour>cyan</backgroundColour>
  49.         <toggledBackgroundColour>lightGrey</toggledBackgroundColour>
  50.         <activeBackgroundColour>lightBlue</activeBackgroundColour>
  51.  
  52.         <toggledColour>white</toggledColour>
  53.         <X>11</X>
  54.     </Checkbox>
  55.  
  56.     <Label>
  57.         <colour>256</colour>
  58.         <X>2</X>
  59.     </Label>
  60. </ScrollContainer>
Advertisement
Add Comment
Please, Sign In to add comment