Skip to content

Instantly share code, notes, and snippets.

@piotrmadry
Last active August 21, 2017 06:39
Show Gist options
  • Save piotrmadry/e92ddea9c94c66512eabdd7ec2d3a4c4 to your computer and use it in GitHub Desktop.
Save piotrmadry/e92ddea9c94c66512eabdd7ec2d3a4c4 to your computer and use it in GitHub Desktop.
@Override
protected FragmentToolbar builder() {
return new FragmentToolbar.Builder()
.withId(R.id.toolbar)
.withTitle(R.string.toolbar_title)
.onHomePressedDefaultAction()
.build();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment