Skip to content

Instantly share code, notes, and snippets.

@ricardoalcocer
Created November 25, 2014 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardoalcocer/056195f11a71eea0d0ae to your computer and use it in GitHub Desktop.
Save ricardoalcocer/056195f11a71eea0d0ae to your computer and use it in GitHub Desktop.
Parent-only opacity
<Alloy>
<Window class="container">
<View height="300" width="300" backgroundColor="#80ff0000">
<Label id="label" onClick="doClick" height="Ti.UI.SIZE" width="Ti.UI.FILL" backgroundColor="#ff0000">Hello, World</Label>
</View>
</Window>
</Alloy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment