From b40bc095c5684fd518286ce288e7ba1b2516c373 Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期六, 18 四月 2020 20:13:24 +0800
Subject: [PATCH] 联网考试和单机测试界面
---
app/src/main/res/layout/layout_score_item.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/src/main/res/layout/layout_score_item.xml b/app/src/main/res/layout/layout_score_item.xml
index b8a2dfe..1080865 100644
--- a/app/src/main/res/layout/layout_score_item.xml
+++ b/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="鎵e垎椤圭洰"/>
<View android:layout_height="match_parent"
android:layout_width="1px"
- android:background="#66CCFF"
+ android:background="#2B3141"
/>
<TextView
@@ -27,7 +27,7 @@
android:text="鎵e垎鍒嗘暟"/>
<View android:layout_height="match_parent"
android:layout_width="1px"
- android:background="#66CCFF"
+ android:background="#2B3141"
/>
<TextView
--
Gitblit v1.8.0