From 5d6714d0f18595a2aa19532f58c58c0cf6eaee2d Mon Sep 17 00:00:00 2001 From: kunfei Date: Thu, 6 Oct 2022 14:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../res/layout-land/activity_book_info.xml | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) 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" />