feat(manga): Date and Scanlator in description

This commit is contained in:
aayush262 2024-02-29 20:43:30 +05:30
parent 89aaef8355
commit 1316d5a698
5 changed files with 67 additions and 4 deletions

View file

@ -32,7 +32,7 @@
android:textAppearance="@style/TextAppearance.Widget.AppCompat.Toolbar.Title"
android:textColor="?attr/colorOnBackground"
android:textSize="16sp"
tools:text="1" />
tools:text="Chapter: 1" />
<ImageButton
android:id="@+id/itemEpisodeViewed"
@ -53,10 +53,47 @@
app:tint="?attr/colorOnBackground" />
</LinearLayout>
<LinearLayout
android:id="@+id/itemChapterDateLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginStart="10dp"
android:layout_marginTop="-20dp"
android:layout_marginBottom="10dp"
android:layout_marginEnd="100dp"
android:visibility="gone"
android:orientation="horizontal">
<TextView
android:id="@+id/itemChapterDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.6"
android:ellipsize="end"
android:fontFamily="@font/poppins_bold"
android:maxLines="1"
android:textSize="12dp"
tools:text="Aug/12/1969"
tools:visibility="visible"
tools:ignore="SpUsage" />
<TextView
android:id="@+id/itemChapterScan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:alpha="0.6"
android:ellipsize="end"
android:fontFamily="@font/poppins_bold"
android:maxLines="1"
android:textSize="12dp"
tools:text=" • Manga"
tools:visibility="visible"
tools:ignore="SpUsage" />
</LinearLayout>
<TextView
android:id="@+id/itemChapterTitle"
android:layout_width="312dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginTop="-10dp"