<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
<RelativeLayout
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:gravity="center"
|
>
|
<RelativeLayout
|
android:layout_width="558px"
|
android:layout_height="244px"
|
android:background="@mipmap/let_top"
|
android:id="@+id/network_train"
|
>
|
<include
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:layout_width="512px"
|
android:layout_height="244px"
|
android:layout_marginLeft="-45px"
|
android:background="@mipmap/right_top"
|
android:layout_toRightOf="@+id/network_train"
|
android:id="@+id/car_train"
|
>
|
<include
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_train"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:layout_width="512px"
|
android:layout_height="244px"
|
android:layout_marginTop="13px"
|
android:background="@mipmap/left_bottom"
|
android:id="@+id/system_setting"
|
android:layout_below="@+id/network_train"
|
>
|
<include
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_set"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:layout_width="550px"
|
android:layout_height="244px"
|
android:background="@mipmap/right_bottom"
|
android:id="@+id/exit_sys"
|
android:layout_marginLeft="-37px"
|
android:layout_marginTop="13px"
|
android:layout_toRightOf="@+id/system_setting"
|
android:layout_below="@+id/network_train"
|
>
|
<include
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_exit"/>
|
</RelativeLayout>
|
<safeluck.drive.evaluation.customview.CircleImageView
|
android:layout_width="208px"
|
android:layout_height="208px"
|
android:layout_marginLeft="411px"
|
android:layout_marginTop="147px"
|
app:civ_fill_color="#2A303F"
|
android:src="@drawable/home_circle"
|
/>
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
style="@style/home_fragment_text"
|
android:text="@string/version_name"
|
android:padding="10dp"
|
android:id="@+id/tv_app_version"
|
android:textColor="@color/home_version_show"
|
android:layout_alignParentBottom="true"
|
android:layout_alignParentEnd="true"/>
|
</RelativeLayout>
|