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/drawable/stu_score_bg.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/drawable/stu_score_bg.xml b/app/src/main/res/drawable/stu_score_bg.xml
index 5969982..83f0eba 100644
--- a/app/src/main/res/drawable/stu_score_bg.xml
+++ b/app/src/main/res/drawable/stu_score_bg.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
     <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
-    <size android:width="484dp" android:height="40dp"/>
+    <size android:width="484dp" android:height="140dp"/>
     <stroke android:color="#11468A" android:width="1dp"/>
     <corners android:radius="5dp"/>
     </shape>
\ No newline at end of file

--
Gitblit v1.8.0