Android 在textview中对齐多行文字的起点和终点

Android 在textview中对齐多行文字的起点和终点,android,Android,三行文字应显示如下- 独家Elane Terracotta La- INTERN手绘台灯 从 您显示的文本是静态的还是动态的?将来自服务器的动态文本现在如何显示?有什么不对的? <TextView android:id="@+id/product_title_txt" android:layout_width="wrap_content" android:layout_height="wrap_con

三行文字应显示如下-

独家Elane Terracotta La-
INTERN手绘台灯



您显示的文本是静态的还是动态的?将来自服务器的动态文本现在如何显示?有什么不对的?
        <TextView
            android:id="@+id/product_title_txt"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_alignParentLeft="true"
            android:layout_alignParentTop="true"
            android:layout_marginLeft="@dimen/product_title_margin_left"
            android:layout_marginTop="@dimen/product_title_margin_top"
            android:gravity="top|left"
            android:textColor="@color/wishlist_title_color" />