MrSoja Posted August 16, 2016 at 12:05 PM Report #598146 Posted August 16, 2016 at 12:05 PM <TextView android:layout_alignParentTop="true" android:layout_alignParentStart="true" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/WELCOMESUMMONER" android:textAlignment="center" android:layout_alignParentBottom="true" /> isto é o meu textview <?xml version="1.0" encoding="utf-8"?> <string name="WELCOMESUMMONER"> WELCOME SUMMONER <br></br> </string> isto é onde tenho a string para funcionar String string = getString(R.string.hello); mas o q eu quero saber é : <string name="WELCOMESUMMONER"> WELCOME SUMMONER asdfghjklç <br></br> </string> aqui como faço para dar enter no texto e fazer tipo parágrafo. tipo passar para a linha de baixo tipo assim : ola tudo bem ?
Rui Carlos Posted August 16, 2016 at 03:36 PM Report #598147 Posted August 16, 2016 at 03:36 PM Experimenta usando um \n. <?xml version="1.0" encoding="utf-8"?> <string name="WELCOMESUMMONER"> WELCOME SUMMONER \n abcd </string> 1 Report Rui Carlos Gonçalves
MrSoja Posted August 16, 2016 at 05:48 PM Author Report #598151 Posted August 16, 2016 at 05:48 PM Muito obrigado nao sabia mm como fazer pk tou habituado ao hmtl5
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now