Jump to content

Como fazer no código para passar para a linha de baixo


Recommended Posts

Posted
<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 ?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.