Skip to content Skip to sidebar Skip to footer

Android Weird (at Least For Me) Behaviour Of Control After Scaling / Doesn't Accept Input In It's Whole Area

This should be simple but I can't find a solution: I have a custom view and it scales to 200% if the user clicks on it. It stays on that size until the user clicks on it again. Tha

Solution 1:

After a lot of investigating I am quite sure this is a bug in android 2.3.1. As a workaround I set the new size of the view at the end of the ScaleAnimation manually.


Post a Comment for "Android Weird (at Least For Me) Behaviour Of Control After Scaling / Doesn't Accept Input In It's Whole Area"