mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix shadow on "Retry connection" button
This commit is contained in:
parent
02e75f584d
commit
8a66765c4b
1 changed files with 24 additions and 25 deletions
|
@ -78,6 +78,30 @@ https://developer.android.com/design/ui/tv/samples/jet-fit
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</com.facebook.shimmer.ShimmerFrameLayout>
|
</com.facebook.shimmer.ShimmerFrameLayout>
|
||||||
|
|
||||||
|
<FrameLayout
|
||||||
|
android:id="@+id/background_poster_holder"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="275dp"
|
||||||
|
android:visibility="visible">
|
||||||
|
|
||||||
|
<com.lagradost.cloudstream3.utils.PercentageCropImageView
|
||||||
|
android:id="@+id/background_poster"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="275dp"
|
||||||
|
android:layout_gravity="center"
|
||||||
|
android:alpha="0.8"
|
||||||
|
android:scaleType="matrix"
|
||||||
|
tools:src="@drawable/profile_bg_dark_blue" >
|
||||||
|
</com.lagradost.cloudstream3.utils.PercentageCropImageView>
|
||||||
|
|
||||||
|
<ImageView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="120dp"
|
||||||
|
android:layout_gravity="bottom"
|
||||||
|
android:src="@drawable/background_shadow">
|
||||||
|
</ImageView>
|
||||||
|
</FrameLayout>
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/result_loading_error"
|
android:id="@+id/result_loading_error"
|
||||||
|
|
||||||
|
@ -124,31 +148,6 @@ https://developer.android.com/design/ui/tv/samples/jet-fit
|
||||||
android:textColor="?attr/textColor" />
|
android:textColor="?attr/textColor" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<FrameLayout
|
|
||||||
android:id="@+id/background_poster_holder"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="275dp"
|
|
||||||
android:visibility="visible">
|
|
||||||
|
|
||||||
<com.lagradost.cloudstream3.utils.PercentageCropImageView
|
|
||||||
android:id="@+id/background_poster"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="275dp"
|
|
||||||
android:layout_gravity="center"
|
|
||||||
android:alpha="0.8"
|
|
||||||
android:scaleType="matrix"
|
|
||||||
tools:src="@drawable/profile_bg_dark_blue" >
|
|
||||||
</com.lagradost.cloudstream3.utils.PercentageCropImageView>
|
|
||||||
|
|
||||||
<ImageView
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="120dp"
|
|
||||||
android:layout_gravity="bottom"
|
|
||||||
android:src="@drawable/background_shadow">
|
|
||||||
</ImageView>
|
|
||||||
</FrameLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<androidx.core.widget.NestedScrollView
|
<androidx.core.widget.NestedScrollView
|
||||||
android:id="@+id/result_finish_loading"
|
android:id="@+id/result_finish_loading"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue