diff --git a/app/src/main/res/layout-land/activity_book_info.xml b/app/src/main/res/layout-land/activity_book_info.xml index 4ea579f99..fd93ebfed 100644 --- a/app/src/main/res/layout-land/activity_book_info.xml +++ b/app/src/main/res/layout-land/activity_book_info.xml @@ -10,9 +10,10 @@ android:id="@+id/bg_book" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="centerCrop" android:contentDescription="@string/bg_image" - app:layout_constraintTop_toTopOf="parent" /> + android:scaleType="centerCrop" + app:layout_constraintTop_toTopOf="parent" + tools:ignore="ImageContrastCheck" /> + android:layout_marginTop="30dp"> + android:src="@drawable/image_cover_default" + tools:ignore="ImageContrastCheck" /> @@ -136,7 +139,7 @@ android:text="@string/author" android:textColor="@color/tv_text_summary" android:textSize="13sp" - tools:ignore="NestedWeights" /> + tools:ignore="NestedWeights,TextContrastCheck" /> @@ -149,7 +152,6 @@ @@ -214,7 +216,7 @@ android:singleLine="true" android:textColor="@color/tv_text_summary" android:textSize="13sp" - tools:ignore="NestedWeights,RtlHardcoded,RtlSymmetry" + tools:ignore="NestedWeights,RtlHardcoded,RtlSymmetry,TextContrastCheck" tools:text="@string/origin_format" /> @@ -293,7 +295,7 @@ android:singleLine="true" android:textColor="@color/tv_text_summary" android:textSize="13sp" - tools:ignore="NestedWeights,RtlHardcoded,RtlSymmetry" + tools:ignore="NestedWeights,RtlHardcoded,RtlSymmetry,TextContrastCheck" tools:text="@string/group_s" />