We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d312629 commit e2bb9c8Copy full SHA for e2bb9c8
AnkiDroid/src/main/res/layout/extended_category.xml
@@ -66,15 +66,13 @@
66
<TextView
67
android:id="@android:id/summary"
68
android:ellipsize="end"
69
- android:singleLine="true"
70
android:layout_width="wrap_content"
71
android:layout_height="wrap_content"
72
android:layout_below="@android:id/title"
73
android:layout_alignStart="@android:id/title"
74
android:layout_gravity="start"
75
android:textAlignment="viewStart"
76
android:textColor="?android:attr/textColorSecondary"
77
- android:maxLines="10"
78
style="@style/PreferenceSummaryTextStyle"/>
79
80
</RelativeLayout>
0 commit comments