OSDN Git Service

Measure children after the dimension is determined.
authorAngus Kong <shkong@google.com>
Tue, 9 Jul 2013 16:30:32 +0000 (09:30 -0700)
committerAngus Kong <shkong@google.com>
Tue, 9 Jul 2013 16:31:55 +0000 (09:31 -0700)
commit891a318de969a197c4a49b60abcaa0603bbd9b77
treef93396fd71dc08e66eb126b28fac44bb9e9410e4
parent0c6bf51126220554a7aa416d3486ee9b8928540b
Measure children after the dimension is determined.

Also, the setMeasuredDimension() in onMeasure() is not necessary as we already
called super.

bug:9680271
Change-Id: I639454e515edb3027c9e79347d2124a1fcaa529b
src/com/android/camera/ui/FilmStripView.java