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_stu_score.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/app/src/main/res/layout/layout_stu_score.xml b/app/src/main/res/layout/layout_stu_score.xml
index ba23bfd..1a688e6 100644
--- a/app/src/main/res/layout/layout_stu_score.xml
+++ b/app/src/main/res/layout/layout_stu_score.xml
@@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="@drawable/stu_score_bg">
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
--
Gitblit v1.8.0