Obsolete
Status Update
Comments
al...@android.com <al...@android.com>
[Deleted User] <[Deleted User]> #2
Also, it talks about "Multi Touch Support" hardware option, which is currently "Touch Screen Type" = multi-touch
al...@android.com <al...@android.com> #3
please explain to me where and how do I input
adb -d forward tcp:1970 localabstract:android.sdk.controller
quixilver@gwisa.com
adb -d forward tcp:1970 localabstract:android.sdk.controller
quixilver@gwisa.com
Description
- Steps to reproduce the problem.
Enable constant size on a drawable selector that uses .png images.
Then use this drawable as the background of a button that uses wrap_content.
Then launch the app repeatedly.
- What happened.
The layout will sometimes be displayed with a button that is the size of the .png images, and other times will be a button that is tightly wrapped to the text. I think there is some kind of race condition going on in the loading of resources, so it is quite hard to debug.
- What you think the correct behavior should be.
I'm not sure to be honest. If you turn off constant size, the button will be a big (the size of the drawable). Also, constant size says the drawable will be the size of it's biggest size.
Don't forget to mention which device you have, and which version of Android
is installed on it. (Find it under Home > Menu > Settings > About phone.)
I'm doing this on a SGS2 runing 4.0.3. I haven't had chance to check this on other devices, but I believe it is reproducable.
Attatched - a project that produces the bug and 2 images of the 2 different layouts it generates. The project generates the big button about 10% of the time. The app i originally found the bug in, seems to be generating it about 50% of the time.