commit | 739e1ed7f36f113cd8e98b1fcf17416e4065ece8 | [log] [tgz] |
---|---|---|
author | James Lemieux <jplemieux@google.com> | Thu Nov 19 14:08:21 2015 -0800 |
committer | James Lemieux <jplemieux@google.com> | Thu Nov 19 14:56:45 2015 -0800 |
tree | 0ee0608ca3c8e072134b0f4c7d89402ed73e4b50 | |
parent | ad9d3e6d8317065bc4cade1947cee1b25388c4b8 [diff] |
Fix fab disappearing on rotation when no timers exist Bug: 25779786 The issue here is that TimerSetupView actually customizes the fab. These customizations include setting it invisible. It was a poor design to share the fab with this view. So, the fix is that the view now holds its own fab-like button that it is free to manipulate without fear of altering the app-wide fab state unintentionally. Change-Id: Ie83b03c98db4f77e0be912b122b6f74c2c7e6c8a