commit | ddbf138d11d9ad4fa9ec871b2fc5862dad20f02c | [log] [tgz] |
---|---|---|
author | Brian Colonna <bcolonna@google.com> | Tue Oct 30 18:34:39 2012 -0400 |
committer | Brian Colonna <bcolonna@google.com> | Tue Oct 30 18:34:39 2012 -0400 |
tree | 2ec400ec5be1fcaf72d134aacc50fc464411be4a | |
parent | 68d257d788f5154922cd605ab8079a5c0815dffc [diff] |
Fixed misplacement of cancel(X) button for Face Unlock Before the FUL service started, the FUL cancel button was positioned off of the right side of the window. This was because the FaceUnlockView (derived from RelativeLayout) was calling super.onMeasure() incorrectly, preventing it from using the new 'square' size when laying out child views. Change-Id: I2f1e86617da5c8f37123febab2e433288bdea062