From ba478cde2b1198b073a8a32bb66f860c64dc10dc Mon Sep 17 00:00:00 2001
From: lizhanwei <Dana_Lee1016@126.com>
Date: 星期三, 22 四月 2020 16:53:13 +0800
Subject: [PATCH] 完成查看车载信号输入
---
app/src/main/res/layout/layout_mycustom_et.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app/src/main/res/layout/layout_mycustom_et.xml b/app/src/main/res/layout/layout_mycustom_et.xml
index 58e5348..872b7ad 100644
--- a/app/src/main/res/layout/layout_mycustom_et.xml
+++ b/app/src/main/res/layout/layout_mycustom_et.xml
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal" android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:orientation="horizontal" android:layout_width="237dp"
+ android:layout_height="58dp"
android:gravity="center_vertical"
android:background="@drawable/input_bg">
<TextView
android:layout_width="wrap_content"
- android:layout_height="58dp"
+ android:layout_height="match_parent"
android:text="杞﹂��"
android:gravity="center_vertical"
android:paddingLeft="@dimen/ui_margin_5dp"
@@ -18,7 +18,7 @@
/>
<EditText
android:layout_width="100dp"
- android:layout_height="58dp"
+ android:layout_height="match_parent"
android:text="123"
android:background="@null"
android:gravity="center"
@@ -28,7 +28,7 @@
/>
<TextView
android:layout_width="wrap_content"
- android:layout_height="58dp"
+ android:layout_height="match_parent"
android:text="km/h"
android:gravity="center"
android:textSize="20sp"
--
Gitblit v1.8.0