view download status
This commit is contained in:
parent
84fc5e6e2c
commit
6a42832855
6 changed files with 96 additions and 32 deletions
|
@ -47,8 +47,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/itemEpisodeImage"
|
||||
android:layout_width="180dp"
|
||||
android:layout_height="109dp"
|
||||
android:layout_width="140dp"
|
||||
android:layout_height="85dp"
|
||||
android:layout_gravity="center"
|
||||
android:scaleType="centerCrop"
|
||||
tools:ignore="ContentDescription" />
|
||||
|
@ -77,7 +77,7 @@
|
|||
|
||||
<LinearLayout
|
||||
android:id="@+id/itemEpisodeProgressCont"
|
||||
android:layout_width="180dp"
|
||||
android:layout_width="140dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
android:orientation="horizontal"
|
||||
|
@ -106,7 +106,7 @@
|
|||
android:layout_margin="8dp"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:minHeight="92dp"
|
||||
android:minHeight="69dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
|
@ -131,17 +131,6 @@
|
|||
android:text="@string/empty"
|
||||
app:lineHeight="15sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemDownloadStatus"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="marquee"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:maxLines="5"
|
||||
android:visibility="gone"
|
||||
android:text=""
|
||||
app:lineHeight="15sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<ImageButton
|
||||
|
@ -155,6 +144,18 @@
|
|||
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemDownloadStatus"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:ellipsize="marquee"
|
||||
android:fontFamily="@font/poppins_bold"
|
||||
android:maxLines="5"
|
||||
android:visibility="gone"
|
||||
android:text=""
|
||||
android:padding="16dp"
|
||||
app:lineHeight="15sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/itemEpisodeDesc"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue