android - 'tinting' your screen for dramatic effect -
what i'm thinking of doing in 1 of projects whenever user gets wrong answer want tint screen red quick second (kind of getting hurt in video games) dissipate.
i thinking of creating transparent activity has red background , have pop second disappear, problem user wouldn't able click while transparent activity active (if makes sense).
i guess i'm looking possibly simpler solution or if android has options in area?
i'd pop full screen view red transparent background on top of view. can in layout xml file, change visibility gone visible few seconds.
if want app remain responsive, you'll need override ontouchevent view return false, touch events passed on view behind it.
Comments
Post a Comment