From 04f18ba142aeaf04284194e347435504fd377cd4 Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期二, 19 三月 2019 15:19:03 +0800
Subject: [PATCH] 完善考试界面 增加扣分项目表
---
app/src/main/res/layout/layout_train_exit.xml | 30 ++++++++++++++++++++++++++----
1 files changed, 26 insertions(+), 4 deletions(-)
diff --git a/app/src/main/res/layout/layout_train_exit.xml b/app/src/main/res/layout/layout_train_exit.xml
index f9504c9..00ed465 100644
--- a/app/src/main/res/layout/layout_train_exit.xml
+++ b/app/src/main/res/layout/layout_train_exit.xml
@@ -1,6 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent">
-
-</LinearLayout>
+ android:background="@color/train_bg"
+ android:layout_height="match_parent"
+ android:gravity="center"
+ android:padding="5dp"
+ android:orientation="vertical">
+<Button
+ android:layout_width="110dp"
+ android:layout_height="wrap_content"
+ android:text="杩斿洖"
+ android:padding="10dp"
+ android:textSize="20sp"
+ android:id="@+id/btn_return"
+ android:textColor="@android:color/white"
+ android:background="@color/train_btn_return"/>
+ <Button
+ android:layout_width="110dp"
+ android:layout_height="wrap_content"
+ android:background="@android:color/holo_red_dark"
+ android:layout_marginTop="10dp"
+ android:textSize="20sp"
+ android:layout_below="@+id/btn_return"
+ android:padding="10dp"
+ android:textColor="@android:color/white"
+ android:text="寮�濮嬭缁�"/>
+</RelativeLayout>
--
Gitblit v1.8.0