| | |
| | | android:textColor="@android:color/white" |
| | | android:gravity="center" |
| | | android:id="@+id/tv_item" |
| | | style="@style/ui_exam_font" |
| | | android:text="扣分项目"/> |
| | | <View android:layout_height="match_parent" |
| | | android:layout_width="1px" |
| | | android:background="#2B3141" |
| | | |
| | | /> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:gravity="center" |
| | | android:textColor="@android:color/white" |
| | | android:id="@+id/tv_score" |
| | | style="@style/ui_exam_font" |
| | | android:text="扣分分数"/> |
| | | <View android:layout_height="match_parent" |
| | | android:layout_width="1px" |
| | | android:background="#2B3141" |
| | | |
| | | /> |
| | | <TextView |
| | | android:layout_width="0dp" |
| | | android:layout_weight="1" |
| | |
| | | android:layout_height="match_parent" |
| | | android:gravity="center" |
| | | android:id="@+id/tv_reason" |
| | | style="@style/ui_exam_font" |
| | | android:text="扣分原因"/> |
| | | </LinearLayout> |