Skip to content

Instantly share code, notes, and snippets.

@fnk0
Created October 16, 2016 20:22
Show Gist options
  • Save fnk0/d14f39fbc2c16dd38346f85adf9f9246 to your computer and use it in GitHub Desktop.
Save fnk0/d14f39fbc2c16dd38346f85adf9f9246 to your computer and use it in GitHub Desktop.
Changes the background color of the FullWidthDetailsPresenter
mFullWidthMovieDetailsPresenter.setActionsBackgroundColor(ContextCompat.getColor(getActivity(), R.color.primary_dark));
mFullWidthMovieDetailsPresenter.setBackgroundColor(ContextCompat.getColor(getActivity(), R.color.primary));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment