| | |
| | | android:layout_height="70dp" |
| | | android:layout_marginTop="26dp"> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_start" |
| | | android:layout_width="wrap_content" |
| | | android:layout_marginStart="150dp" |
| | | android:text="开始行程" |
| | | android:layout_height="match_parent"/> |
| | | |
| | | <Button |
| | | android:id="@+id/btn_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_marginStart="300dp" |
| | | android:text="结束行程" |
| | | android:layout_height="match_parent"/> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_back_slab" |
| | | android:layout_width="84dp" |
| | |
| | | android:layout_width="200dp" |
| | | android:layout_height="200dp" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_marginTop="173dp" |
| | | android:layout_marginTop="153dp" |
| | | android:layout_marginEnd="26dp" /> |
| | | |
| | | <TextView |