| | |
| | | |
| | | android:background="@drawable/stu_score_title" |
| | | > |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | |
| | | android:layout_height="match_parent" |
| | | android:textColor="@android:color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="90dp" |
| | | android:drawablePadding="5dp" |
| | | android:id="@+id/tv_item_time" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:drawableLeft="@mipmap/duobianxing" |
| | | android:text="扣分时间"/> |
| | | <View android:layout_height="match_parent" |
| | | android:layout_width="1px" |
| | | android:background="#2B3141" |
| | | |
| | | /> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |
| | | |
| | | android:layout_height="match_parent" |
| | | android:textColor="@android:color/white" |
| | | android:gravity="center_vertical" |
| | | android:paddingLeft="90dp" |
| | | android:drawablePadding="5dp" |
| | | android:id="@+id/tv_item_code" |
| | | android:textSize="@dimen/network_train_textsize22px" |
| | | android:drawableLeft="@mipmap/duobianxing" |
| | | android:text="项目编号"/> |
| | | <View android:layout_height="match_parent" |
| | | android:layout_width="1px" |
| | | android:background="#2B3141" |
| | | |
| | | /> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_weight="1" |