|
|
@@ -0,0 +1,240 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView 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">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <android.support.v7.widget.CardView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginRight="14dp"
|
|
|
+ app:cardCornerRadius="17dp"
|
|
|
+ app:cardElevation="5dp">
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <android.support.v7.widget.CardView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:cardCornerRadius="17dp"
|
|
|
+ app:cardElevation="5dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="83dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingLeft="19dp"
|
|
|
+ android:paddingRight="19dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_name"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px48_16sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_price"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:textColor="@color/main_purple"
|
|
|
+ android:textSize="@dimen/px48_16sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_tips"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:drawableLeft="@mipmap/ic_detail_tips"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:singleLine="true"
|
|
|
+ android:textColor="@color/text_gray"
|
|
|
+ android:textSize="@dimen/px33_11sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </android.support.v7.widget.CardView>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="66dp"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <com.webrain.dailypay.ui.widget.ShrinkAnimationLayout
|
|
|
+ android:id="@+id/sal_again"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="40dp"
|
|
|
+ android:paddingLeft="29dp"
|
|
|
+ android:paddingBottom="23dp"
|
|
|
+ android:paddingRight="29dp">
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_work_time"
|
|
|
+ android:layout_marginBottom="15dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:text="@string/title_work_time"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_work_time"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="19dp"
|
|
|
+ android:lineSpacingExtra="6dp"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="15dp"
|
|
|
+ android:text="@string/title_work_welfare"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_welfare"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginRight="19dp"
|
|
|
+ android:lineSpacingExtra="6dp"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </com.webrain.dailypay.ui.widget.ShrinkAnimationLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_information_again_close"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="56dp"
|
|
|
+ android:background="@drawable/corners_purple_position_more_btn_bg"
|
|
|
+ android:gravity="center">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_information_again"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@mipmap/ic_position_release_add"
|
|
|
+ android:drawablePadding="9dp"
|
|
|
+ android:text="@string/position_click_open_all_information"
|
|
|
+ android:textColor="@color/white"
|
|
|
+ android:textSize="@dimen/px33_11sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
+ </android.support.v7.widget.CardView>
|
|
|
+
|
|
|
+ <android.support.v7.widget.CardView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="14dp"
|
|
|
+ app:cardCornerRadius="17dp"
|
|
|
+ app:cardElevation="5dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="19dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@mipmap/ic_detail_position"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="@string/title_work_desc"
|
|
|
+ android:textColor="@color/text_purple"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_desc"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:lineSpacingExtra="6dp"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </android.support.v7.widget.CardView>
|
|
|
+
|
|
|
+ <android.support.v7.widget.CardView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="14dp"
|
|
|
+ android:layout_marginTop="20dp"
|
|
|
+ android:layout_marginRight="14dp"
|
|
|
+ android:layout_marginBottom="20dp"
|
|
|
+ app:cardCornerRadius="17dp"
|
|
|
+ app:cardElevation="5dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:padding="19dp">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:drawableLeft="@mipmap/ic_detail_address"
|
|
|
+ android:drawablePadding="5dp"
|
|
|
+ android:text="@string/title_work_address"
|
|
|
+ android:textColor="@color/text_purple"
|
|
|
+ android:textSize="@dimen/px36_12sp" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_address"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:lineSpacingExtra="6dp"
|
|
|
+ android:textColor="@color/text_black"
|
|
|
+ android:textSize="@dimen/px30_10sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+ </android.support.v7.widget.CardView>
|
|
|
+ </LinearLayout>
|
|
|
+</ScrollView>
|