|
|
@@ -1,7 +1,18 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<com.xzjmyk.pm.activity.view.shadow.ShadowLayout
|
|
|
+ xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ app:sl_cornerRadius="0dp"
|
|
|
+ app:sl_dx="-1dp"
|
|
|
+ app:sl_dy="3dp"
|
|
|
+ app:sl_shadowColor="@color/shadow"
|
|
|
+ app:sl_shadowRadius="3dp">
|
|
|
+<RelativeLayout
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
+ android:background="@color/white"
|
|
|
android:layout_height="match_parent">
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rlImage"
|
|
|
@@ -17,12 +28,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="40dp"
|
|
|
android:textSize="16sp"
|
|
|
+
|
|
|
android:gravity="center"
|
|
|
android:layout_alignParentBottom="true"
|
|
|
android:textColor="@color/white"
|
|
|
android:textStyle="bold"
|
|
|
android:background="#80000000"
|
|
|
- android:text="服务项目" />
|
|
|
+ android:text="服务项目" />
|
|
|
</RelativeLayout>
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -32,7 +44,7 @@
|
|
|
android:orientation="horizontal">
|
|
|
<TextView
|
|
|
android:id="@+id/tvBookAction"
|
|
|
- android:layout_width="60dp"
|
|
|
+ android:layout_width="80dp"
|
|
|
android:layout_height="30dp"
|
|
|
android:gravity="center"
|
|
|
|
|
|
@@ -45,4 +57,5 @@
|
|
|
android:background="@color/gray"/>
|
|
|
</LinearLayout>
|
|
|
|
|
|
-</RelativeLayout>
|
|
|
+</RelativeLayout>
|
|
|
+</com.xzjmyk.pm.activity.view.shadow.ShadowLayout>
|