|
@@ -215,7 +215,8 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
- android:src="@mipmap/icon_passed" />
|
|
|
+ android:src="@mipmap/icon_passed"
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -257,7 +258,6 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="@dimen/common_padding"
|
|
|
- android:layout_marginBottom="@dimen/common_padding"
|
|
|
android:baselineAligned="false"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
@@ -294,7 +294,8 @@
|
|
|
android:layout_gravity="center"
|
|
|
android:layout_marginStart="@dimen/common_padding_small"
|
|
|
android:layout_marginEnd="@dimen/common_padding"
|
|
|
- android:src="@mipmap/icon_passed" />
|
|
|
+ android:src="@mipmap/icon_passed"
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
@@ -325,6 +326,52 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="@dimen/line"
|
|
|
+ android:layout_marginTop="@dimen/common_padding_huge"
|
|
|
+ android:layout_marginBottom="@dimen/common_padding"
|
|
|
+ android:background="@color/line_color" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/common_padding"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:text="@string/is_pay"
|
|
|
+ android:textSize="@dimen/text_size_medium" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="end">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/is_pay"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="@string/verify_passed"
|
|
|
+ android:textColor="@color/passed"
|
|
|
+ android:textSize="@dimen/text_size_medium" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/is_pay_icon"
|
|
|
+ android:layout_width="@dimen/common_padding_huge"
|
|
|
+ android:layout_height="@dimen/common_padding_huge"
|
|
|
+ android:layout_gravity="center"
|
|
|
+ android:layout_marginStart="@dimen/common_padding_small"
|
|
|
+ android:src="@mipmap/icon_passed"
|
|
|
+ tools:ignore="ContentDescription" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|