| | |
| | | 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" |