|
|
|
|
@ -37,6 +37,7 @@
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginBottom="4dp"
|
|
|
|
|
android:layout_marginEnd="4dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:ellipsize="end"
|
|
|
|
|
android:maxLines="2"
|
|
|
|
|
@ -61,7 +62,7 @@
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/textView_chapters"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
android:layout_weight="1"
|
|
|
|
|
android:ellipsize="none"
|
|
|
|
|
android:lineSpacingExtra="4sp"
|
|
|
|
|
|