mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
21 lines
No EOL
781 B
XML
21 lines
No EOL
781 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_width="match_parent"
|
|
android:background="?attr/primaryGrayBackground"
|
|
android:layout_height="match_parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/home_scroll_preview"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
tools:src="@drawable/example_poster" />
|
|
|
|
<View
|
|
android:id="@+id/title_shadow"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="300dp"
|
|
android:layout_gravity="bottom"
|
|
android:background="@drawable/background_shadow" />
|
|
</FrameLayout> |