From 7815e8d838fcd1bca3792671dc20dde77125a343 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期一, 20 四月 2020 17:16:30 +0800 Subject: [PATCH] 基本完成联网考试和单机训练界面 --- app/src/main/res/layout/layout_score_item.xml | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/app/src/main/res/layout/layout_score_item.xml b/app/src/main/res/layout/layout_score_item.xml index 1080865..87df477 100644 --- a/app/src/main/res/layout/layout_score_item.xml +++ b/app/src/main/res/layout/layout_score_item.xml @@ -11,12 +11,9 @@ android:textColor="@android:color/white" android:gravity="center" android:id="@+id/tv_item" + style="@style/ui_exam_font" android:text="鎵e垎椤圭洰"/> - <View android:layout_height="match_parent" - android:layout_width="1px" - android:background="#2B3141" - /> <TextView android:layout_width="0dp" android:layout_weight="1" @@ -24,12 +21,9 @@ android:gravity="center" android:textColor="@android:color/white" android:id="@+id/tv_score" + style="@style/ui_exam_font" android:text="鎵e垎鍒嗘暟"/> - <View android:layout_height="match_parent" - android:layout_width="1px" - android:background="#2B3141" - /> <TextView android:layout_width="0dp" android:layout_weight="1" @@ -37,5 +31,6 @@ android:layout_height="match_parent" android:gravity="center" android:id="@+id/tv_reason" + style="@style/ui_exam_font" android:text="鎵e垎鍘熷洜"/> </LinearLayout> -- Gitblit v1.8.0