| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" |
| | | android:layout_height="match_parent" android:orientation="horizontal"> |
| | | <LinearLayout |
| | | xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" |
| | | android:layout_width="0dp" |
| | | android:layout_weight="4" |
| | | android:layout_height="match_parent" |
| | | android:padding="5dp" |
| | | android:gravity="center" |
| | |
| | | android:text="呼叫请求" |
| | | android:textColor="@android:color/white" |
| | | android:padding="10dp" |
| | | android:layout_marginBottom="2dp" |
| | | |
| | | android:background="@color/colorAccent" |
| | | android:layout_toRightOf="@+id/tv_pos"/> |
| | | </RelativeLayout> |
| | | <include layout="@layout/layout_net_train_item"/> |
| | | </LinearLayout> |
| | | |
| | | <include android:layout_gravity="center_vertical" android:layout_marginLeft="10dp" android:layout_width="0dp" android:layout_weight="1" android:layout_height="match_parent" layout="@layout/layout_train_exit"/> |
| | | </LinearLayout> |