Admin
2021-02-22 abd45567c3fc695d0f360929b80730cbb61d69c9
app/src/main/res/layout/layout_score_item.xml
@@ -4,6 +4,24 @@
    android:layout_height="40dp"
    android:background="@drawable/stu_score_title"
>
    <TextView
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_height="match_parent"
        android:textColor="@android:color/white"
        android:gravity="center"
        android:id="@+id/tv_item_time"
        style="@style/ui_exam_font"
        android:text="扣分时间"/>
    <TextView
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_height="match_parent"
        android:textColor="@android:color/white"
        android:gravity="center"
        android:id="@+id/tv_item_code"
        style="@style/ui_exam_font"
        android:text="项目编号"/>
<TextView
    android:layout_width="0dp"
    android:layout_weight="1"