Fixes for Start/End Date for trackers

This commit is contained in:
Jays2Kings 2021-03-21 23:43:49 -04:00
parent 757a23401b
commit 84eaa61bbd
2 changed files with 4 additions and 2 deletions

View File

@ -34,6 +34,8 @@ interface Track : Serializable {
last_chapter_read = other.last_chapter_read
score = other.score
status = other.status
started_reading_date = other.started_reading_date
finished_reading_date = other.finished_reading_date
}
companion object {

View File

@ -207,7 +207,7 @@
style="@style/TextAppearance.Regular.Body1.Secondary"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="@drawable/list_item_selector"
android:background="@drawable/card_item_selector"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"
@ -235,7 +235,7 @@
style="@style/TextAppearance.Regular.Body1.Secondary"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:background="@drawable/list_item_selector"
android:background="@drawable/card_item_selector"
android:ellipsize="end"
android:gravity="center"
android:maxLines="1"