Fix NPE in Toolbar

Caused by super constructor calling non-final methods
which Toolbar overrides, and then tries to reference
final variables.

BUG: 28806107
Change-Id: I5f68d0ce9929af3c507c48c81f2ce6a3861f33d9
1 file changed