From 903cf94131ad51c29eb6689a825bdbbd3e401de6 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 9 May 2020 00:35:34 +0200 Subject: Improved TalkBack accessibility --- app/src/main/res/layout/cover_fragment.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/layout/cover_fragment.xml') diff --git a/app/src/main/res/layout/cover_fragment.xml b/app/src/main/res/layout/cover_fragment.xml index 31e7dbda7..28321e760 100644 --- a/app/src/main/res/layout/cover_fragment.xml +++ b/app/src/main/res/layout/cover_fragment.xml @@ -13,13 +13,13 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" - android:contentDescription="@string/cover_label" android:scaleType="fitCenter" android:layout_marginLeft="32dp" android:layout_marginRight="32dp" android:transitionName="coverTransition" tools:src="@android:drawable/sym_def_app_icon" android:foreground="?attr/selectableItemBackgroundBorderless" + android:importantForAccessibility="no" squareImageView:direction="minimum" />