<?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="560dp"
|
android:layout_height="254dp"
|
android:layout_centerInParent="true">
|
<RelativeLayout
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:background="@drawable/sys_home_part_bg"
|
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="280dp"
|
android:layout_height="122dp"
|
|
android:background="@drawable/sys_home_part_bg"
|
android:layout_toRightOf="@+id/network_train"
|
android:id="@+id/car_train"
|
>
|
<include
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_train"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:layout_marginTop="7dp"
|
android:background="@drawable/sys_home_part_bg"
|
android:id="@+id/system_setting"
|
android:layout_below="@+id/network_train"
|
>
|
<include
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_set"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:background="@drawable/sys_home_part_bg"
|
android:id="@+id/exit_sys"
|
android:layout_marginTop="7dp"
|
android:layout_toRightOf="@+id/system_setting"
|
android:layout_below="@+id/network_train"
|
>
|
<include
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part_exit"/>
|
</RelativeLayout>
|
<safeluck.drive.evaluation.customview.CircleImageView
|
android:layout_width="104dp"
|
android:layout_height="104dp"
|
android:src="@drawable/home_circle"
|
app:civ_fill_color="#2B3140"
|
app:civ_border_width="10dp"
|
android:layout_centerInParent="true"
|
|
/>
|
|
</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>
|