Skip to content
Snippets Groups Projects
Commit 5cdb772e authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Gradient in ImageView instead of overlaying view

parent e003fb5c
No related branches found
No related tags found
No related merge requests found
......@@ -57,12 +57,8 @@
android:scaleType="centerCrop"
vlc:media="@{media}"
vlc:binding="@{holder.binding}"
android:src="@{cover}"
android:background="?attr/background_default_darker" />
<View
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/black_gradient" />
android:src="@drawable/black_gradient"
android:background="@{cover}" />
<LinearLayout
android:layout_width="match_parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment