mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-26 18:51:02 +00:00
feat(manga dates): Better time formatting
This commit is contained in:
@@ -62,12 +62,14 @@
|
||||
android:layout_marginBottom="10dp"
|
||||
android:layout_marginEnd="100dp"
|
||||
android:visibility="gone"
|
||||
android:orientation="horizontal">
|
||||
android:orientation="horizontal"
|
||||
tools:visibility="visible">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemChapterDate"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:alpha="0.6"
|
||||
android:ellipsize="end"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
@@ -77,6 +79,17 @@
|
||||
tools:visibility="visible"
|
||||
tools:ignore="SpUsage" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemChapterDateDivider"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="3dp"
|
||||
android:alpha="0.6"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:text="•"
|
||||
android:textSize="16sp"
|
||||
tools:ignore="HardcodedText,RtlSymmetry" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemChapterScan"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -86,7 +99,7 @@
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:maxLines="1"
|
||||
android:textSize="12dp"
|
||||
tools:text=" • Manga"
|
||||
tools:text="Manga"
|
||||
tools:visibility="visible"
|
||||
tools:ignore="SpUsage" />
|
||||
</LinearLayout>
|
||||
|
||||
Reference in New Issue
Block a user