Ich möchte, dass es so aussieht:
| two |
| lines |
Hier ist das aktuelle Layout, das überhaupt nicht funktioniert.
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="two\nlines"
android:layout_gravity="center_vertical"
android:layout_centerInParent="true"/>
</RelativeLayout>
Irgendeine Idee? Vielen Dank!