You can also use a SpannableStringBuilder. Here's a contrived example, but it
shows the basics:
TextAppearanceSpan span = new TextAppearanceSpan(mContext,
R.style.MyTextAppearance);
SpannableStringBuilder builder = new SpannableStringBuilder();
builder.append("First line\nSecond line");
builder
If your text will never change you can apply an image at your botton,
in your image you can do that without problem.
On 24 Nov, 14:57, xi developer wrote:
> In my android app development, I have one button, the button text is
> not a single color text, it is two lines text, with each line uses
2 matches
Mail list logo