lizhanwei
2020-04-22 ba478cde2b1198b073a8a32bb66f860c64dc10dc
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"