FadingActionBar
FadingActionBar copied to clipboard
Don't mutate drawable instances fix
Fix a bug where the action bar background drawable could be mutated for other activities by making a new instance of the action bar background drawable.
Can confirm this PR fixes the issue.