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_stu_score.xml | 27 ++++++++++++++++++++++-----
1 files changed, 22 insertions(+), 5 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..1f27659 100644
--- a/app/src/main/res/layout/layout_stu_score.xml
+++ b/app/src/main/res/layout/layout_stu_score.xml
@@ -1,10 +1,27 @@
<?xml version="1.0" encoding="utf-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">
-<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:id="@+id/lv"></ListView>
+ android:background="@drawable/stu_score_bg">
+ <include android:id="@+id/title_item" layout="@layout/layout_score_item_title"/>
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_below="@+id/title_item"
+ android:layout_height="wrap_content">
+ <ListView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginBottom="1dp"
+ android:id="@+id/lv"></ListView>
+ </LinearLayout>
+<LinearLayout
+ android:layout_width="88dp"
+ android:layout_height="48dp"
+ android:layout_alignParentBottom="true"
+ android:layout_alignParentEnd="true"
+ android:orientation="horizontal">
+
+
+</LinearLayout>
+
</RelativeLayout>
--
Gitblit v1.8.0