Skip to content

Instantly share code, notes, and snippets.

@jie-meng
Created October 11, 2017 08:13
Show Gist options
  • Save jie-meng/3b139340b0d816076ec4fc45b4e920fe to your computer and use it in GitHub Desktop.
Save jie-meng/3b139340b0d816076ec4fc45b4e920fe to your computer and use it in GitHub Desktop.
Android Multiline Snackbar To override the predefined value used for that in values.xml of the app
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="design_snackbar_text_max_lines">5</integer>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment