|
@@ -13,18 +13,20 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_margin="@dimen/common_padding"
|
|
android:layout_margin="@dimen/common_padding"
|
|
- android:orientation="vertical">
|
|
|
|
|
|
+ android:orientation="vertical"
|
|
|
|
+ tools:ignore="UselessParent">
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
- android:orientation="horizontal">
|
|
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/payment_name"
|
|
android:id="@+id/payment_name"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_marginEnd="50dp"
|
|
android:layout_marginEnd="50dp"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:textColor="@color/text_color_blue"
|
|
android:textColor="@color/text_color_blue"
|
|
@@ -64,7 +66,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/payment_revert"
|
|
android:id="@+id/payment_revert"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
@@ -96,7 +98,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/payment_creator"
|
|
android:id="@+id/payment_creator"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
@@ -128,7 +130,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/total_payment"
|
|
android:id="@+id/total_payment"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
@@ -160,7 +162,7 @@
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/create_time"
|
|
android:id="@+id/create_time"
|
|
android:layout_width="0dp"
|
|
android:layout_width="0dp"
|
|
- android:layout_height="wrap_content"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
android:layout_weight="1"
|
|
android:layout_weight="1"
|
|
android:background="@color/white"
|
|
android:background="@color/white"
|
|
android:gravity="end"
|
|
android:gravity="end"
|
|
@@ -199,7 +201,8 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:gravity="end">
|
|
|
|
|
|
+ android:gravity="end|center_vertical"
|
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/finance_status"
|
|
android:id="@+id/finance_status"
|
|
@@ -213,9 +216,9 @@
|
|
android:id="@+id/finance_icon"
|
|
android:id="@+id/finance_icon"
|
|
android:layout_width="@dimen/common_padding_huge"
|
|
android:layout_width="@dimen/common_padding_huge"
|
|
android:layout_height="@dimen/common_padding_huge"
|
|
android:layout_height="@dimen/common_padding_huge"
|
|
- android:layout_gravity="center"
|
|
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
|
+ android:gravity="center"
|
|
android:src="@mipmap/icon_passed"
|
|
android:src="@mipmap/icon_passed"
|
|
tools:ignore="ContentDescription" />
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
@@ -278,7 +281,8 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:gravity="end">
|
|
|
|
|
|
+ android:gravity="end|center"
|
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/general_status"
|
|
android:id="@+id/general_status"
|
|
@@ -292,9 +296,9 @@
|
|
android:id="@+id/general_icon"
|
|
android:id="@+id/general_icon"
|
|
android:layout_width="@dimen/common_padding_huge"
|
|
android:layout_width="@dimen/common_padding_huge"
|
|
android:layout_height="@dimen/common_padding_huge"
|
|
android:layout_height="@dimen/common_padding_huge"
|
|
- android:layout_gravity="center"
|
|
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
|
+ android:gravity="center_vertical"
|
|
android:src="@mipmap/icon_passed"
|
|
android:src="@mipmap/icon_passed"
|
|
tools:ignore="ContentDescription" />
|
|
tools:ignore="ContentDescription" />
|
|
|
|
|
|
@@ -343,21 +347,22 @@
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_gravity="center"
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:gravity="center"
|
|
android:text="@string/is_pay"
|
|
android:text="@string/is_pay"
|
|
android:textSize="@dimen/text_size_medium" />
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:gravity="end">
|
|
|
|
|
|
+ android:layout_height="match_parent"
|
|
|
|
+ android:gravity="end|center"
|
|
|
|
+ tools:ignore="UseCompoundDrawables">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/is_pay"
|
|
android:id="@+id/is_pay"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:text="@string/verify_passed"
|
|
|
|
|
|
+ android:text="@string/paid"
|
|
android:textColor="@color/passed"
|
|
android:textColor="@color/passed"
|
|
android:textSize="@dimen/text_size_medium" />
|
|
android:textSize="@dimen/text_size_medium" />
|
|
|
|
|
|
@@ -374,6 +379,56 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:id="@+id/daily_payment_approval"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
|
+ android:layout_marginBottom="@dimen/common_padding"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:visibility="gone">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/disapproval"
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="@dimen/button_height"
|
|
|
|
+ android:layout_marginEnd="@dimen/common_padding_huge"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:background="@drawable/shape_corner_solid_blue"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="@string/verify_reject"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
|
+ android:textStyle="bold" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/approval"
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="@dimen/button_height"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:background="@drawable/shape_corner_solid_blue"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="@string/verify_pass"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
|
+ android:textStyle="bold"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/verified"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="@dimen/button_height"
|
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
|
+ android:layout_marginBottom="@dimen/common_padding"
|
|
|
|
+ android:background="@drawable/shape_corner_reset_button"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="@string/verify_passed"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="@dimen/text_size_medium"
|
|
|
|
+ android:textStyle="bold"
|
|
|
|
+ android:visibility="gone" />
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|