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_fragment.xml | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/layout_train_fragment.xml b/app/src/main/res/layout/layout_train_fragment.xml index 5d0638b..04a9e57 100644 --- a/app/src/main/res/layout/layout_train_fragment.xml +++ b/app/src/main/res/layout/layout_train_fragment.xml @@ -5,6 +5,5 @@ android:orientation="vertical" android:background="@color/home_bg_color"> <include android:layout_marginBottom="10dp" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp" android:id="@+id/profile" layout="@layout/profile_layout"/> -<include android:layout_marginBottom="10dp" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp" android:id="@+id/profile" layout="@layout/profile_layout"/> -<include android:layout_marginBottom="10dp" android:layout_weight="1" android:layout_width="match_parent" android:layout_height="0dp" android:id="@+id/profile" layout="@layout/layout_net_train"/> +<include android:layout_marginBottom="10dp" android:layout_weight="1.5" android:layout_width="match_parent" android:layout_height="0dp" android:id="@+id/profile" layout="@layout/layout_net_train"/> </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0