mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
678885b661
Co-authored-by: Cloudburst <18114966+C10udburst@users.noreply.github.com>
21 lines
No EOL
790 B
XML
21 lines
No EOL
790 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="wrap_content"
|
|
android:foreground="@drawable/outline_drawable"
|
|
android:layout_height="wrap_content">
|
|
|
|
<include
|
|
tools:visibility="visible"
|
|
android:visibility="gone"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="50dp"
|
|
layout="@layout/result_episode_tv" />
|
|
|
|
<include
|
|
tools:visibility="gone"
|
|
android:visibility="gone"
|
|
android:layout_width="450dp"
|
|
android:layout_height="wrap_content"
|
|
layout="@layout/result_episode_large_tv" />
|
|
</FrameLayout> |