-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange behavior on Xperia S #6
Comments
Hi, I also experienced the same issue on sony Xperia S (Android 4.0.4). The menu buttons open nicely but gets pushed towards left the next moment. Any help would be appreciated. Thanks, Sunny |
Hi Sunny, I found a really UGLY way to fix this bug on Xperia. Indeed, I didn't find a generic way to fix this, just a special case for this device... BTW, if you really want a fix, it works. In SatelliteMenu.java : Modify addItems :
And create a new method :
Hope it will help you... Gabriel |
Hi Gabriel, Could please explain what kind of object is: CustomView in the below line of code: CustomView itemView = (CustomView) LayoutInflater.from(getContext()).inflate( As, the android is unable to resolve it. Thanks, |
Sorry, I forgot that I use my own view instead of the original ImageView.
Cheers, Gabriel |
Hi, I had a similar bug on an Xperia, running 4.0.4. |
Hi dwally, Thanks. |
Hi |
my device oppo find5t,china phone |
Hello,
I am using your animation for an application, and it works perfectly.
The only bug I have is on Sony Xperia S (with Android 4.0.4), at the end of the animation.
Indeed, buttons don't stay in the place where they should stay : they are all located in a same vertical line (http://file.rspreprod.fr/Screenshot_XperiaS.png)
Do you have an idea on how to fix it ?
Thanks by advance,
Gabriel
The text was updated successfully, but these errors were encountered: