am 92ade49e: Merge "Fix ActivityView layout bug." into klp-modular-dev

* commit '92ade49ecaa23cd77510ee0bc1dbc6355eb581ed':
  Fix ActivityView layout bug.
This commit is contained in:
Griff Hazen
2014-02-10 17:54:57 +00:00
committed by Android Git Automerger

View File

@@ -77,7 +77,7 @@ public class ActivityView extends ViewGroup {
@Override
protected void onLayout(boolean changed, int l, int t, int r, int b) {
mTextureView.layout(l, t, r, b);
mTextureView.layout(0, 0, r - l, b - t);
}
@Override