i’m trying to create an effect which looks like the flash you seen when you take a screenshoot of the device.
My question, is there any way to do this? and if so can i change the colour of that little flash?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll want to use a FrameLayout or RelativeLayout as your root view.
Then, you’ll have two layers, your content on the bottom, and a view on the top.
When the user triggers the event, you’ll set the color of the view programatically to acheive the flash effect.