2022-08-05 23:41:35 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-13 11:20:07 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2022-08-05 23:41:35 +00:00
|
|
|
android:layout_width="wrap_content"
|
2022-08-13 11:20:07 +00:00
|
|
|
android:foreground="@drawable/outline_drawable"
|
|
|
|
android:layout_height="wrap_content">
|
2022-08-05 23:41:35 +00:00
|
|
|
|
|
|
|
<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>
|