lizhanwei
2020-04-18 b40bc095c5684fd518286ce288e7ba1b2516c373
app/src/main/res/layout/layout_score_item.xml
@@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="40dp"
    android:background="@color/train_bg"
    android:background="@drawable/stu_score_title"
>
<TextView
    android:layout_width="0dp"
@@ -14,7 +14,7 @@
    android:text="扣分项目"/>
    <View  android:layout_height="match_parent"
        android:layout_width="1px"
        android:background="#66CCFF"
        android:background="#2B3141"
        />
    <TextView
@@ -27,7 +27,7 @@
    android:text="扣分分数"/>
    <View  android:layout_height="match_parent"
        android:layout_width="1px"
        android:background="#66CCFF"
        android:background="#2B3141"
        />
    <TextView