On Wed, Mar 14, 2012 at 5:01 PM, Bastiaan <[email protected]> wrote: > Why not? it has something to do with image processing in a Android app. > I'm sure you know the Instagram app? It's something like that.
Here's a crude approach that might work: Step #1: Create an image containing your texture effect, with transparent pixels everywhere else Step #2: Overlay that on top of the actual image (e.g., combine the images in a LayerDrawable and apply that to your ImageView) -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.7 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

