GleeStream/app/src/main/res/layout/w_extraction.xml
2025-04-30 16:38:06 +08:00

87 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/aboutAbout">
<androidx.cardview.widget.CardView
android:id="@+id/cardview_search_data"
android:layout_width="@dimen/detailsMainDimens"
android:layout_height="@dimen/time_lZyreotv"
app:cardCornerRadius="@dimen/rechargeGradient"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent">
<ImageView
android:id="@+id/iv_search_data_item"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</androidx.cardview.widget.CardView>
<TextView
android:id="@+id/tv_search_datatitle_item"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/followHistoryOllow"
android:layout_marginTop="@dimen/earchLayout"
android:ellipsize="end"
android:maxLines="1"
android:textColor="#e6ffffff"
android:textSize="@dimen/pisodesPisodesNine"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/cardview_search_data"
app:layout_constraintTop_toTopOf="@+id/cardview_search_data" />
<TextView
android:id="@+id/tv_search_datadesc_item"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/earchLayout"
android:ellipsize="end"
android:maxLines="2"
android:textColor="#9D9D9D"
android:textSize="@dimen/gradleAgreement"
app:layout_constraintBottom_toBottomOf="@+id/cardview_search_data"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="@+id/tv_search_datatitle_item"
app:layout_constraintTop_toTopOf="@+id/cardview_search_data" />
<TextView
android:id="@+id/tv_search_datacategory_item1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/earchLayout"
android:background="@drawable/a_local_list"
android:paddingStart="@dimen/agreementLock"
android:paddingEnd="@dimen/agreementLock"
android:textColor="#8A899F"
android:textSize="@dimen/stringsRechargeSeekbar"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/cardview_search_data"
app:layout_constraintStart_toStartOf="@+id/tv_search_datatitle_item" />
<TextView
android:id="@+id/tv_search_datacategory_item2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/squareDefault_q"
android:layout_marginBottom="@dimen/earchLayout"
android:background="@drawable/a_local_list"
android:paddingStart="@dimen/agreementLock"
android:paddingEnd="@dimen/agreementLock"
android:textColor="#8A899F"
android:textSize="@dimen/stringsRechargeSeekbar"
android:visibility="gone"
app:layout_constraintBottom_toBottomOf="@+id/cardview_search_data"
app:layout_constraintStart_toEndOf="@+id/tv_search_datacategory_item1" />
</androidx.constraintlayout.widget.ConstraintLayout>