From 844af51bfcd8c4dadd1782a7fb7df3f2274807ac Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期一, 26 十月 2020 16:39:10 +0800 Subject: [PATCH] 完成所有设置数据从本地json文件的获取, --- app/src/main/res/layout/layout_fragment_stationsettin.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/layout_fragment_stationsettin.xml b/app/src/main/res/layout/layout_fragment_stationsettin.xml index 9e45b60..3da1f76 100644 --- a/app/src/main/res/layout/layout_fragment_stationsettin.xml +++ b/app/src/main/res/layout/layout_fragment_stationsettin.xml @@ -8,6 +8,7 @@ <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText android:layout_width="match_parent" android:layout_height="wrap_content" + android:id="@+id/cross_school_max_speed" app:txt_des_tvedit = "瀛︽牎/杞︾珯/妯亾鍖哄煙鏈�楂橀�熷害KM/H" app:et_input="30" /> @@ -15,12 +16,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" app:txt_des_tvedit = "閫氳繃瀛︽牎/杞︾珯/妯亾锛岃窛绂绘鏌ョ偣鐨勬湁鏁堣窛绂�(绫�)" + android:id="@+id/crossing_break_valid_distance" app:et_input="30" /> <safeluck.drive.evaluation.fragment.rulefragments.cview.TextEditText android:layout_width="match_parent" android:layout_height="wrap_content" app:txt_des_tvedit = "鍋滄绾垮闇�鍋滆溅鏃讹紝璺濆仠姝㈢嚎鏈夋晥璺濈(绫�)" + android:id="@+id/crossing_stop_valid_distance" app:et_input="3.0" /> -- Gitblit v1.8.0