commit | fa0d253b77cf6e6d15c8195f206ae54e91296823 | [log] [tgz] |
---|---|---|
author | Eric Fischer <enf@google.com> | Thu Sep 17 17:01:59 2009 -0700 |
committer | Eric Fischer <enf@google.com> | Thu Sep 17 17:01:59 2009 -0700 |
tree | 6628e2dda7658c861240b029d1df88a71075ee4a | |
parent | ddbeed5d11f2ef0c286bbc9b5283ad0fab62ef5e [diff] |
Make the EditText error popup correctly resize when the view resizes. It was calling PopupWindow.update() with -1 arguments for the width and height under the impression that that would cause it to use the new values that had already been set with setWidth() and setHeight(). But in fact this caused it not to change at all.