Files
HouseProperty/app/src/main/res/layout/activity_car_garage.xml
2020-08-03 09:11:54 +08:00

290 lines
14 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:layout_marginBottom="0dip"
tools:context=".Main1Fragment">
<!-- TODO: Update blank fragment layout -->
<RelativeLayout
android:layout_width="match_parent"
android:layout_marginTop="0dip"
android:background="#F7F7F7"
android:layout_height="match_parent">
<my_view.tao_bao_refresh.TaoBaoRefreshLayout
android:id="@+id/taobao_refresh_layout"
android:layout_width="match_parent"
android:layout_marginBottom="50dip"
android:layout_height="match_parent">
<my_view.tao_bao_refresh.ScrollViewExtend
android:id="@+id/scroll_view_extend"
android:scrollbars="none"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:id="@+id/l2"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/l3"
android:orientation="vertical">
<ImageView
android:id="@+id/topLayout"
android:layout_width="match_parent"
android:layout_height="150dp"
android:background="@drawable/top2">
</ImageView>
<LinearLayout
android:layout_width="match_parent"
android:layout_marginTop="20dip"
android:layout_alignParentBottom="true"
android:orientation="horizontal"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_marginLeft="25dip"
android:layout_marginRight="10dip"
android:id="@+id/fabu"
android:background="@drawable/backroundcouner"
android:layout_height="70dip">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:src="@mipmap/fabu"
android:layout_centerInParent="true"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:text="发布"
android:layout_height="wrap_content" />
</LinearLayout>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_weight="1"
android:layout_marginLeft="10dip"
android:layout_marginRight="25dip"
android:id="@+id/liulan"
android:background="@drawable/backroundcouner"
android:layout_height="70dip">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:src="@mipmap/yulan"
android:layout_centerInParent="true"
android:layout_height="wrap_content" />
<TextView
android:layout_width="wrap_content"
android:text="浏览"
android:layout_height="wrap_content" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_marginTop="10dip"
android:gravity="center"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="5dip"
android:layout_marginLeft="20dip"
android:background="@color/colorPrimary"
android:layout_height="13dip"></LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="我的车位"
android:layout_marginRight="20dip"
android:layout_marginLeft="10dip"
android:layout_weight="1"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:padding="13dip"
android:background="#ffffff"
android:layout_marginTop="15dip"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:text="车位"
android:layout_weight="1"
android:textSize="15sp"
android:gravity="center"
android:layout_height="match_parent" />
<TextView
android:layout_width="match_parent"
android:text="状态"
android:textSize="15sp"
android:layout_weight="1"
android:gravity="center"
android:layout_height="match_parent" />
<TextView
android:layout_width="match_parent"
android:text="牌号"
android:layout_weight="1"
android:gravity="center"
android:paddingTop="6dip"
android:paddingBottom="6dip"
android:layout_height="match_parent" />
</LinearLayout>
<my_view.tao_bao_refresh.RecyView
android:layout_width="match_parent"
android:id="@+id/recy_view"
android:layout_marginBottom="15dip"
android:layout_height="0dip">
</my_view.tao_bao_refresh.RecyView>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_marginTop="10dip"
android:gravity="center"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="5dip"
android:layout_marginLeft="20dip"
android:background="@color/colorPrimary"
android:layout_height="13dip"></LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="我的车辆"
android:layout_marginRight="20dip"
android:layout_marginLeft="10dip"
android:layout_weight="1"
/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:background="#ffffff"
android:padding="13dip"
android:layout_marginTop="15dip"
android:layout_marginLeft="15dip"
android:layout_marginRight="15dip"
android:layout_height="wrap_content">
<TextView
android:layout_width="match_parent"
android:text="名称"
android:layout_weight="1"
android:textSize="15sp"
android:gravity="center"
android:layout_height="match_parent" />
<TextView
android:layout_width="match_parent"
android:text="手机号"
android:textSize="15sp"
android:layout_weight="1"
android:gravity="center"
android:layout_height="match_parent" />
<TextView
android:layout_width="match_parent"
android:text="牌号"
android:layout_weight="1"
android:textSize="15sp"
android:paddingTop="6dip"
android:paddingBottom="6dip"
android:gravity="center"
android:layout_height="match_parent" />
</LinearLayout>
<my_view.tao_bao_refresh.RecyView
android:id="@+id/recy_view2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true" />
</LinearLayout>
</my_view.tao_bao_refresh.ScrollViewExtend>
</my_view.tao_bao_refresh.TaoBaoRefreshLayout>
<LinearLayout
android:layout_width="match_parent"
android:orientation="vertical"
android:layout_alignParentBottom="true"
android:layout_height="60dip">
<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_height="match_parent"
>
<TextView android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="@color/white"
android:background="@drawable/caradd"
android:gravity="center"
android:layout_marginTop="5dip"
android:layout_marginLeft="15dip"
android:layout_marginBottom="5dip"
android:textSize="18sp"
android:layout_weight="1"
android:id="@+id/addcar"
android:text="+ 添加车位"/>
<TextView android:layout_width="match_parent"
android:layout_height="match_parent"
android:textColor="@color/white"
android:gravity="center"
android:layout_marginTop="5dip"
android:layout_marginRight="15dip"
android:layout_marginBottom="5dip"
android:textSize="18sp"
android:id="@+id/addcarager"
android:background="@drawable/caradd2"
android:layout_weight="1"
android:text="+ 添加车辆"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
</FrameLayout>
</layout>