122 lines
5.7 KiB
XML
122 lines
5.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<androidx.cardview.widget.CardView
|
|
android:background="@color/a1e"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/f3"
|
|
android:layout_marginTop="@dimen/fm"
|
|
android:layout_marginRight="@dimen/f3"
|
|
android:layout_marginBottom="@dimen/fy"
|
|
android:foreground="?attr/a5g"
|
|
app:cardElevation="@dimen/fm"
|
|
app:contentPaddingBottom="@dimen/f3"
|
|
app:contentPaddingLeft="@dimen/fa"
|
|
app:contentPaddingRight="@dimen/fa"
|
|
app:contentPaddingTop="@dimen/fa">
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/f3">
|
|
<carbon.widget.FrameLayout
|
|
android:background="@color/ix"
|
|
android:padding="@dimen/f3"
|
|
android:layout_width="@dimen/fn"
|
|
android:layout_height="@dimen/fn"
|
|
app:carbon_cornerRadius="@dimen/fd">
|
|
<carbon.widget.ImageView
|
|
android:id="@+id/qz"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:carbon_tint="@color/a1e"
|
|
app:srcCompat="@drawable/nx"/>
|
|
</carbon.widget.FrameLayout>
|
|
<LinearLayout
|
|
android:orientation="vertical"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="@dimen/fa"
|
|
android:layout_weight="1">
|
|
<TextView
|
|
android:textSize="@dimen/fa"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/l5"
|
|
android:ellipsize="end"
|
|
android:id="@+id/r3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="NONE"
|
|
android:singleLine="true"/>
|
|
<LinearLayout
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:textSize="@dimen/f_"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/ix"
|
|
android:id="@+id/r4"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="NONE"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<include layout="@layout/d5"/>
|
|
<LinearLayout
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/fy">
|
|
<TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textStyle="bold"
|
|
android:textColor="@color/l5"
|
|
android:id="@+id/r2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="@dimen/fa"
|
|
android:text="打包排队中... 2/10"/>
|
|
<include layout="@layout/d7"/>
|
|
<carbon.widget.LinearLayout
|
|
android:gravity="center"
|
|
android:orientation="horizontal"
|
|
android:id="@+id/qy"
|
|
android:background="@drawable/dg"
|
|
android:paddingLeft="@dimen/fa"
|
|
android:paddingRight="@dimen/fy"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="@dimen/fh"
|
|
android:layout_marginLeft="@dimen/fa"
|
|
app:carbon_cornerRadius="@dimen/f9"
|
|
app:carbon_rippleColor="@color/l7">
|
|
<carbon.widget.TextView
|
|
android:textSize="@dimen/f9"
|
|
android:textColor="@color/a1e"
|
|
android:gravity="center"
|
|
android:id="@+id/r1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="@dimen/fy"
|
|
android:text="下载"/>
|
|
<ProgressBar
|
|
android:theme="@style/r"
|
|
android:id="@+id/r0"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/fa"
|
|
android:layout_height="@dimen/fa"/>
|
|
</carbon.widget.LinearLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</LinearLayout>
|