add episode duration formatting

This commit is contained in:
Yutatsu 2024-01-26 17:42:34 +00:00
parent f6db690454
commit 36ad006021
2 changed files with 25 additions and 10 deletions

View file

@ -145,13 +145,6 @@
android:layout_weight="1"
android:fontFamily="@font/poppins_bold"
android:textAlignment="textEnd" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:fontFamily="@font/poppins_bold"
android:text="@string/min"
android:textAlignment="textEnd" />
</TableRow>
<TableRow
@ -383,4 +376,4 @@
</LinearLayout>
</FrameLayout>
</androidx.core.widget.NestedScrollView>
</androidx.cardview.widget.CardView>
</androidx.cardview.widget.CardView>