Minor ImageView suppressions

This commit is contained in:
Eugene Cheung 2018-09-05 22:11:59 -04:00
commit b53d6838a9
No known key found for this signature in database
GPG key ID: E1FD745328866B0A
3 changed files with 7 additions and 4 deletions

View file

@ -29,7 +29,7 @@
android:scaleType="centerCrop"
android:src="@drawable/default_album_art"
android:transitionName="@string/transition_album_art"
tools:ignore="UnusedAttribute" />
tools:ignore="ContentDescription,UnusedAttribute" />
</com.kabouzeid.gramophone.views.WidthFitSquareLayout>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
@ -27,7 +28,8 @@
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:scaleType="fitStart"
android:src="@drawable/promo_banner" />
android:src="@drawable/promo_banner"
tools:ignore="ContentDescription" />
<LinearLayout
android:layout_width="match_parent"
@ -87,4 +89,4 @@
</android.support.v7.widget.CardView>
</LinearLayout>
</LinearLayout>

View file

@ -22,7 +22,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
android:src="@drawable/default_album_art" />
android:src="@drawable/default_album_art"
tools:ignore="ContentDescription" />
<LinearLayout
android:id="@+id/header"