From 4167e064ec05ac8f676fb95a260c40a2f155d6ee Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期三, 19 八月 2020 14:19:37 +0800 Subject: [PATCH] 隐藏信号配置相关功能,不发送信号配置;加入查看车载信号(新协议) --- app/src/main/res/layout/layout_mycustom_et.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/res/layout/layout_mycustom_et.xml b/app/src/main/res/layout/layout_mycustom_et.xml index 872b7ad..1ade3dc 100644 --- a/app/src/main/res/layout/layout_mycustom_et.xml +++ b/app/src/main/res/layout/layout_mycustom_et.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" - android:orientation="horizontal" android:layout_width="237dp" + android:orientation="horizontal" android:layout_width="257dp" android:layout_height="58dp" android:gravity="center_vertical" android:background="@drawable/input_bg"> -- Gitblit v1.8.0