From 83f2f00750381bbb6448908598c6e39aa080a100 Mon Sep 17 00:00:00 2001
From: endian11 <Dana_Lee1016@126.com>
Date: 星期四, 24 九月 2020 16:46:18 +0800
Subject: [PATCH] 完成通用评判设置

---
 app/src/main/res/layout/fragment_content.xml |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/app/src/main/res/layout/fragment_content.xml b/app/src/main/res/layout/fragment_content.xml
index d536773..d059495 100644
--- a/app/src/main/res/layout/fragment_content.xml
+++ b/app/src/main/res/layout/fragment_content.xml
@@ -6,7 +6,8 @@
               android:orientation="vertical">
 <FrameLayout
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
+    android:layout_height="0dp"
+    android:layout_weight="1"
     android:id="@+id/fl_content_container"/>
 <!--    <TextView
         android:id="@+id/tv_content"
@@ -18,15 +19,18 @@
         android:text="CyclerFragment1"
         android:textSize="26sp"/>
 
-
+-->
     <Button
-        android:id="@+id/btn_next"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_marginLeft="16dp"
-        android:layout_marginRight="16dp"
-        android:layout_marginTop="32dp"
-        android:textAllCaps="false"
-        android:text="start_cycler"/>-->
+    android:id="@+id/btn_next"
+    android:layout_width="match_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginLeft="16dp"
+    android:layout_marginRight="16dp"
+    android:layout_marginTop="32dp"
+        android:background="@drawable/route_item_select_bg"
+    android:textAllCaps="false"
+        android:textColor="@android:color/white"
+        android:textSize="@dimen/network_train_textsize32px"
+    android:text="淇濆瓨"/>
 
 </LinearLayout>

--
Gitblit v1.8.0