From 3e6b5a316fdf99835865148bcb5119464b625d9a Mon Sep 17 00:00:00 2001 From: yy1717 <fctom1215@outlook.com> Date: 星期三, 08 一月 2020 14:42:43 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/endian11/DriveJudge --- app/src/main/res/layout/layout_rtk_setting.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/layout_ftp_setting.xml b/app/src/main/res/layout/layout_rtk_setting.xml similarity index 87% rename from app/src/main/res/layout/layout_ftp_setting.xml rename to app/src/main/res/layout/layout_rtk_setting.xml index 5fcae59..7be4603 100644 --- a/app/src/main/res/layout/layout_ftp_setting.xml +++ b/app/src/main/res/layout/layout_rtk_setting.xml @@ -78,6 +78,18 @@ android:text="192" android:inputType="numberDecimal" android:background="@android:drawable/editbox_background_normal"/> + <TextView + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_marginLeft="10dp" + android:text="鐢佃瘽锛�"/> + <EditText + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:id="@+id/et_phone" + android:text="19234567894" + android:inputType="numberDecimal" + android:background="@android:drawable/editbox_background_normal"/> </LinearLayout> <View android:layout_width="match_parent" -- Gitblit v1.8.0