| | |
| | | <?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" |
| | |
| | | /> |
| | | <EditText |
| | | android:layout_width="100dp" |
| | | android:layout_height="58dp" |
| | | android:layout_height="match_parent" |
| | | android:text="123" |
| | | android:background="@null" |
| | | android:gravity="center" |
| | |
| | | /> |
| | | <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" |