adapter_pdf.xml 1.2 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/stroke_eb_4"
    android:layout_marginBottom="12dp"
    android:orientation="vertical">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginStart="12dp"
        android:layout_marginTop="13dp"
        android:drawableStart="@mipmap/pdf"
        android:drawablePadding="8dp"
        android:gravity="center_vertical"
        android:text="三岗专项练习.pdf"
        android:textColor="@color/color_32"
        android:textSize="14sp" />

    <TextView
        android:layout_width="59dp"
        android:layout_height="28dp"
        android:layout_gravity="end"
        android:layout_marginTop="8dp"
        android:layout_marginEnd="16dp"
        android:layout_marginBottom="12sp"
        android:background="@drawable/solid_1025_4"
        android:gravity="center"
        android:text="预览"
        android:textColor="@color/color_25"
        android:textSize="12sp" />
</LinearLayout>