I go through this How to concatenate multiple strings in android XML? and in the end there are comments that
For clarity, Its works:
&
Yes, you can do it if your XML files are using DataBinding as you can see in this link
Use it like this:
"@{@string/first_string+ @string/second_string}"