2021-07-29 00:19:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<!-- android:layout_width="114dp"
|
|
|
|
android:layout_height="180dp"-->
|
|
|
|
<androidx.cardview.widget.CardView
|
2021-10-09 21:59:37 +00:00
|
|
|
android:foreground="@drawable/outline_drawable"
|
2021-07-29 00:19:42 +00:00
|
|
|
android:layout_margin="2dp"
|
|
|
|
android:layout_width="114dp"
|
|
|
|
android:layout_height="180dp"
|
|
|
|
android:layout_marginBottom="2dp"
|
|
|
|
android:elevation="10dp"
|
|
|
|
app:cardCornerRadius="@dimen/roundedImageRadius"
|
|
|
|
android:id="@+id/backgroundCard"
|
2021-09-19 20:33:39 +00:00
|
|
|
app:cardBackgroundColor="@color/primaryGrayBackground"
|
2021-07-29 00:19:42 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<ImageView
|
|
|
|
android:duplicateParentState="true"
|
|
|
|
android:id="@+id/imageView"
|
|
|
|
tools:src="@drawable/example_poster"
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:foreground="?android:attr/selectableItemBackgroundBorderless"
|
2021-09-03 23:24:47 +00:00
|
|
|
android:contentDescription="@string/search_poster_img_des"/>
|
2021-07-29 00:19:42 +00:00
|
|
|
<ImageView
|
|
|
|
android:focusable="false"
|
|
|
|
android:clickable="false"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:src="@drawable/title_shadow"
|
2021-09-02 15:17:02 +00:00
|
|
|
android:layout_gravity="bottom" tools:ignore="ContentDescription">
|
2021-07-29 00:19:42 +00:00
|
|
|
</ImageView>
|
|
|
|
<TextView
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
android:paddingBottom="5dp"
|
|
|
|
android:paddingTop="5dp"
|
|
|
|
android:textColor="@color/textColor"
|
|
|
|
android:id="@+id/imageText"
|
|
|
|
android:textStyle="bold"
|
|
|
|
android:maxLines="2"
|
|
|
|
android:paddingStart="5dp"
|
|
|
|
android:paddingEnd="5dp"
|
|
|
|
android:ellipsize="end"
|
|
|
|
/>
|
2021-08-25 15:28:25 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/search_item_download_play"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:src="@drawable/play_button"
|
|
|
|
android:layout_width="60dp"
|
|
|
|
android:layout_height="60dp">
|
|
|
|
</ImageView>
|
|
|
|
|
|
|
|
<androidx.core.widget.ContentLoadingProgressBar
|
|
|
|
android:layout_marginBottom="-1.5dp"
|
|
|
|
android:id="@+id/watchProgress"
|
2021-09-19 20:33:39 +00:00
|
|
|
android:progressTint="?attr/colorPrimary"
|
|
|
|
android:progressBackgroundTint="?attr/colorPrimary"
|
2021-08-25 15:28:25 +00:00
|
|
|
style="@android:style/Widget.Material.ProgressBar.Horizontal"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
tools:progress="50"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
android:layout_height="5dp">
|
|
|
|
</androidx.core.widget.ContentLoadingProgressBar>
|
|
|
|
|
2021-07-29 00:19:42 +00:00
|
|
|
<!--<View
|
|
|
|
android:id="@+id/search_result_lang"
|
|
|
|
android:layout_gravity="bottom"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="4dp"
|
|
|
|
android:alpha="0.9">
|
|
|
|
|
|
|
|
</View>-->
|
|
|
|
<!--<ImageView
|
|
|
|
android:src="@drawable/ic_baseline_bookmark_24"
|
|
|
|
android:id="@+id/search_result_lang"
|
|
|
|
android:layout_gravity="right"
|
|
|
|
android:layout_marginTop="-5dp"
|
|
|
|
android:layout_marginRight="-6.5dp"
|
|
|
|
android:layout_width="30dp"
|
|
|
|
android:layout_height="30dp">
|
|
|
|
</ImageView>-->
|
|
|
|
<LinearLayout
|
|
|
|
android:orientation="vertical"
|
|
|
|
android:layout_gravity="end"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<!--
|
2021-09-19 20:33:39 +00:00
|
|
|
<ImageView android:id="@+id/text_is_dub" android:tint="?attr/colorPrimary"
|
2021-07-29 00:19:42 +00:00
|
|
|
android:src="@drawable/ic_baseline_subtitles_24" android:layout_width="wrap_content"
|
|
|
|
android:layout_height="20dp">
|
|
|
|
|
|
|
|
</ImageView>-->
|
|
|
|
<TextView
|
|
|
|
android:text="@string/app_dubbed_text"
|
|
|
|
android:id="@+id/text_is_dub"
|
|
|
|
android:textColor="@color/textColor"
|
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:layout_marginBottom="5dp"
|
|
|
|
android:layout_gravity="end"
|
|
|
|
android:paddingBottom="4dp"
|
|
|
|
android:minWidth="50dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:background="@drawable/dub_bg_color"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content">
|
|
|
|
</TextView>
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text_is_sub"
|
|
|
|
android:text="@string/app_subbed_text"
|
|
|
|
android:layout_gravity="end"
|
|
|
|
android:textColor="@color/textColor"
|
|
|
|
android:paddingRight="10dp"
|
|
|
|
android:paddingLeft="10dp"
|
|
|
|
android:paddingTop="4dp"
|
|
|
|
android:paddingBottom="4dp"
|
|
|
|
android:minWidth="50dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:background="@drawable/sub_bg_color"
|
|
|
|
android:layout_width="wrap_content" android:layout_height="wrap_content"
|
2021-10-10 02:26:18 +00:00
|
|
|
/>
|
2021-07-29 00:19:42 +00:00
|
|
|
</LinearLayout>
|
|
|
|
</androidx.cardview.widget.CardView>
|