Created
October 11, 2017 08:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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