mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-02-16 15:00:14 -05:00
Added a space between text and icon
This commit is contained in:
parent
48e5771e05
commit
0d0173f2e6
@ -93,7 +93,7 @@ public class Message {
|
||||
public SpannableString render(Context context)
|
||||
{
|
||||
if (canvas == null) {
|
||||
String prefix = hasIcon() ? "\n " : "\n";
|
||||
String prefix = hasIcon() ? "\n " : "\n";
|
||||
canvas = new SpannableString(prefix + text);
|
||||
if (hasIcon()) {
|
||||
Drawable drawable = context.getResources().getDrawable(icon);
|
||||
|
Loading…
Reference in New Issue
Block a user