len 8 年之前
父节点
当前提交
e619870eec
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/src/main/res/layout/fragment_manga_info.xml

+ 0 - 3
app/src/main/res/layout/fragment_manga_info.xml

@@ -247,7 +247,6 @@
                     style="@style/TextAppearance.Medium.Body2"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:maxLines="1"
                     android:text="@string/description"
                     android:textIsSelectable="false"/>
 
@@ -256,8 +255,6 @@
                     style="@style/TextAppearance.Regular.Body1.Secondary"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
-                    android:ellipsize="end"
-                    android:maxLines="1"
                     android:textIsSelectable="false"/>
 
             </LinearLayout>