58 lines
2.1 KiB
XML
58 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="@dimen/uniquePlay"
|
|
android:layout_height="@dimen/eaderPreferenceOdyload"
|
|
android:layout_marginStart="@dimen/agreementLock"
|
|
app:cardCornerRadius="@dimen/squareDefault_q">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
<androidx.appcompat.widget.AppCompatImageView
|
|
android:id="@+id/iv_history_item"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop" />
|
|
<ScrollView
|
|
android:layout_height="wrap_content"
|
|
android:paddingTop="41dp"
|
|
android:orientation="horizontal"
|
|
android:layout_width="66dp"
|
|
android:background="#DB280F"
|
|
android:visibility="gone">
|
|
</ScrollView>
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
android:id="@+id/tv_history_progress"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:drawableStart="@mipmap/instrumented_progress_banner"
|
|
android:background="@drawable/amw_translates_odyload"
|
|
android:layout_marginEnd="@dimen/earchLayout"
|
|
android:paddingStart="@dimen/aboutAbout"
|
|
android:paddingEnd="@dimen/aboutAbout"
|
|
android:drawablePadding="@dimen/unitEventUnique"
|
|
android:paddingTop="@dimen/unitEventUnique"
|
|
android:paddingBottom="@dimen/unitEventUnique"
|
|
android:textColor="@android:color/white"
|
|
android:textSize="@dimen/dialogThemes"
|
|
/>
|
|
<ScrollView
|
|
android:background="#E57E48"
|
|
android:visibility="gone"
|
|
android:paddingTop="32dp"
|
|
android:layout_width="wrap_content"
|
|
android:orientation="horizontal"
|
|
android:layout_height="95dp">
|
|
<LinearLayout
|
|
android:layout_height="0dp"
|
|
android:paddingTop="60dp"
|
|
android:orientation="vertical"
|
|
android:background="#F6CCEF"
|
|
android:layout_width="0dp">
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</RelativeLayout>
|
|
|
|
</androidx.cardview.widget.CardView> |