Skip to content

Commit e2bb9c8

Browse files
MorenoTropicaldavid-allison
authored andcommitted
fix summary overflow
1 parent d312629 commit e2bb9c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

AnkiDroid/src/main/res/layout/extended_category.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@
6666
<TextView
6767
android:id="@android:id/summary"
6868
android:ellipsize="end"
69-
android:singleLine="true"
7069
android:layout_width="wrap_content"
7170
android:layout_height="wrap_content"
7271
android:layout_below="@android:id/title"
7372
android:layout_alignStart="@android:id/title"
7473
android:layout_gravity="start"
7574
android:textAlignment="viewStart"
7675
android:textColor="?android:attr/textColorSecondary"
77-
android:maxLines="10"
7876
style="@style/PreferenceSummaryTextStyle"/>
7977

8078
</RelativeLayout>

0 commit comments

Comments
 (0)