rv_certificationcourse.xml
740 字节
<?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="match_parent"
android:orientation="vertical">
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_70"
android:background="#E4E4E4"
android:gravity="center"
android:text="职业技能等级认证"
android:textColor="#FF5400"
android:textSize="14sp" />
<View
android:layout_width="match_parent"
android:layout_height="@dimen/dp_0_5"
android:alpha="0.2"
android:background="#000000" />
</LinearLayout>