From c18de19b7c31f8f3436ece05378e07d089cf6b09 Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期三, 08 一月 2020 13:59:38 +0800 Subject: [PATCH] 修改rtk平台信息 --- 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