From 6068ee3a3c818be34fd8fce05c1f9fc6dc984fa3 Mon Sep 17 00:00:00 2001 From: nekocode Date: Tue, 31 May 2016 13:44:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aecd799..8d8a5f2 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ SpannableString spannableString = textView.setText(spannableString); ``` -If the drawable's bounds was setted by manual or content view. It will auto cut the text to adjust the bounds' width. +If the drawable's bounds was setted by manual or content view. It will auto cut the text to adjust the bounds' width. Look like: ![](art/1.png)