Fixed
Status Update
Comments
he...@gmail.com <he...@gmail.com> #2
We have passed this defect on to the development team and will update this issue with more information as it becomes available.
ed...@google.com <ed...@google.com>
cl...@gmail.com <cl...@gmail.com> #4
Thanks but we have to call setTypeface for every view!
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
It should be added to this method too -> setEditText();
Same as mCollapsingTextHelper:
mCollapsingTextHelper.setTypefaces(mEditText.getTypeface());
ti...@gmail.com <ti...@gmail.com> #5
#4: Working as intended. We want the error message to use the system font unless explicitly changed.
ed...@google.com <ed...@google.com> #6
This should be fixed in the experimental version of the API. Please let us know if you still see Pegman jumping around. Thanks!
tk...@gmail.com <tk...@gmail.com> #7
i have the same problem, the pegman jumps around.
Description
I've noticed a little bug while playing with your API.
I've built a resizable two-fold layout with a Map on one side and a Panorama on the other side (both being synchronized).
It happens that, when the map is resized, at some point the pegman jumps back to the upper left hand corner of the screen (while the panorama POV remains the same).
You can check the following JSFiddle :
* At the beginning, the Pegman is on Oleron Island, France, which is fine because it's a great destination for holidays.
* If you move the vertical bar up to 'Angouleme' city, everything is still OK (1st picture attached, pegman1.jpg).
* But when you reach 'Cognac' city, you'll notice that the Pegman jumps into the ocean (see pegman2.jpg attached)
Thanks for having a look at this.