Je sais que cela semble facile. J'ai besoin de mettre un texte dans le centre, mais quand le texte est trop long, il doit aller en dessous, mais toujours aligner au centre de mon xml.
Voici mon code :
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/showdescriptioncontenttitle"
android:paddingTop="10dp"
android:paddingBottom="10dp"
android:layout_centerHorizontal="true"
>
<TextView
android:id="@+id/showdescriptiontitle"
android:text="Title"
android:textSize="35dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</LinearLayout>
J'ai mis paddingTop et en Bas parce que j'ai besoin de l'espace. PS: Mon code est plus grand; c'est dans un RelativeLayout.