<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:orientation="vertical" android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@drawable/ic_bground">
|
<RelativeLayout
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:background="@drawable/sys_home_part_bg"
|
|
|
>
|
<include
|
android:layout_width="280dp"
|
android:layout_height="122dp"
|
android:layout_centerInParent="true"
|
layout="@layout/layout_sys_home_part"/>
|
</RelativeLayout>
|
</LinearLayout>
|