From 8735b56eefde751618c819f5b331a56a62274a5c Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期四, 14 五月 2020 18:30:22 +0800
Subject: [PATCH] Merge branch 'newUI'
---
app/src/main/res/layout/layout_score_item.xml | 13 ++++---------
1 files changed, 4 insertions(+), 9 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..87df477 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"
@@ -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="#66CCFF"
- />
<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="#66CCFF"
- />
<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