Skip to content

Instantly share code, notes, and snippets.

@pandulapeter
Created October 8, 2019 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandulapeter/19d3694376fe06160720a3c2161a5d5f to your computer and use it in GitHub Desktop.
Save pandulapeter/19d3694376fe06160720a3c2161a5d5f to your computer and use it in GitHub Desktop.
Beagle example - Header trick
Trick.Header(
title = getString(R.string.app_name),
subtitle = "v${BuildConfig.VERSION_NAME} (${BuildConfig.VERSION_CODE})",
text = "Built on ${BuildConfig.BUILD_DATE}"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment