138 lines
5.9 KiB
XML
138 lines
5.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:id="@+id/activity_business"
|
|
android:background="@drawable/bg_theme">
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@color/theme_color">
|
|
<RelativeLayout
|
|
android:layout_marginTop="@dimen/dp_51"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
<ImageButton
|
|
android:id="@+id/return_btn"
|
|
android:layout_marginLeft="@dimen/dp_38"
|
|
android:layout_width="@dimen/dp_21"
|
|
android:layout_height="@dimen/dp_18"
|
|
android:src="@mipmap/return_btn"
|
|
android:background="@null"
|
|
android:scaleType="fitXY"
|
|
android:layout_centerVertical="true"/>
|
|
<TextView
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="司机之家"
|
|
android:textSize="@dimen/sp_18"
|
|
android:textColor="#fff"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginLeft="@dimen/dp_12"
|
|
android:layout_marginRight="@dimen/dp_12"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_bai">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_8"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp_12"
|
|
android:orientation="horizontal">
|
|
<View
|
|
android:layout_width="@dimen/dp_3"
|
|
android:layout_height="@dimen/dp_20"
|
|
android:background="@color/theme_color"/>
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/dp_7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="当前位置:"
|
|
android:textSize="@dimen/dp_15"
|
|
android:layout_gravity="center"
|
|
android:textStyle="bold"/>
|
|
<TextView
|
|
android:id="@+id/address"
|
|
android:layout_marginRight="@dimen/dp_12"
|
|
android:layout_marginLeft="@dimen/dp_7"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:textSize="@dimen/dp_15"
|
|
android:layout_gravity="center"
|
|
android:textStyle="bold"
|
|
android:ellipsize="end"
|
|
android:maxLines="1"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginLeft="@dimen/dp_12"
|
|
android:layout_marginRight="@dimen/dp_12"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_bai">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_8"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<View
|
|
android:layout_width="@dimen/dp_3"
|
|
android:layout_height="@dimen/dp_20"
|
|
android:background="@color/theme_color"/>
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/dp_7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="常用服务"
|
|
android:textSize="@dimen/dp_15"
|
|
android:layout_gravity="center"
|
|
android:textStyle="bold"/>
|
|
</LinearLayout>
|
|
<com.arpa.hndahesudintocctmsdriver.util.view.BaseRecyclerView
|
|
android:id="@+id/business_type"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="@dimen/dp_10"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/dp_10"
|
|
android:layout_marginLeft="@dimen/dp_12"
|
|
android:layout_marginRight="@dimen/dp_12"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/bg_bai">
|
|
<LinearLayout
|
|
android:layout_marginTop="@dimen/dp_8"
|
|
android:layout_marginBottom="@dimen/dp_10"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
<View
|
|
android:layout_width="@dimen/dp_3"
|
|
android:layout_height="@dimen/dp_20"
|
|
android:background="@color/theme_color"/>
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/dp_7"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="附近好店"
|
|
android:textSize="@dimen/dp_15"
|
|
android:layout_gravity="center"
|
|
android:textStyle="bold"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<com.arpa.hndahesudintocctmsdriver.util.view.BaseRecyclerView
|
|
android:id="@+id/business_list"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
</LinearLayout> |