commit | a3253673337bf04e3f1437395e447304313ee32b | [log] [tgz] |
---|---|---|
author | bigrushdog <randall.rushing@gmail.com> | Sun Feb 21 02:15:31 2016 -0800 |
committer | bigrushdog <randall.rushing@gmail.com> | Tue Feb 23 11:43:29 2016 -0800 |
tree | a47bdd58733d623290adf523d3acc9c4477b0666 | |
parent | 098121f0d17e16db85207f05c04beb6e0401ecb1 [diff] |
Fix navbar secondary overlay resource handling [4/4] Hold an instance of all our action drawables in an array in the NavigationController and map actions to needed drawable index. The secret was to hold instances as persistent members and only update the drawables when overlay changes. The navbar overlay is transient and each update is a "one-shot" situation Use separate public methods for notifying navbar of navbar overlay change and statusbar recreate change.