mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix displaying go to child icon
This commit is contained in:
parent
6588f2c33e
commit
45ac9206d7
1 changed files with 3 additions and 3 deletions
|
@ -59,12 +59,12 @@
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/download_header_goto_child"
|
android:id="@+id/download_header_goto_child"
|
||||||
android:layout_width="50dp"
|
android:layout_width="@dimen/download_size"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="@dimen/download_size"
|
||||||
android:layout_gravity="center_vertical|end"
|
android:layout_gravity="center_vertical|end"
|
||||||
android:layout_marginStart="-50dp"
|
android:layout_marginStart="-50dp"
|
||||||
android:contentDescription="@string/download"
|
android:contentDescription="@string/download"
|
||||||
android:padding="50dp"
|
android:padding="10dp"
|
||||||
android:src="@drawable/ic_baseline_keyboard_arrow_right_24" />
|
android:src="@drawable/ic_baseline_keyboard_arrow_right_24" />
|
||||||
|
|
||||||
<com.lagradost.cloudstream3.ui.download.button.PieFetchButton
|
<com.lagradost.cloudstream3.ui.download.button.PieFetchButton
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue