I want to add a \n to a button in the layout. I try the answers of this post : Write Multiline Text on Button in Android bc i think its the same problem, but no one of these answers works form me (i've tried add "
" and the \n in the strings.xml)
Its for an android app, API 23 or higher. My line:
<string name="main_btn_X">xxxx xx \n xxx xxxx</string>