From 0dca677175e3e16924e0fa20a23e15add5d981f1 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Sun, 16 Aug 2015 21:24:22 +0200 Subject: [PATCH] Fixed album and artist list not scrolling when trying to drag from their title bar --- app/src/main/assets/changelog.html | 2 ++ app/src/main/res/layout/activity_album_detail.xml | 4 ++-- app/src/main/res/layout/activity_artist_detail.xml | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/assets/changelog.html b/app/src/main/assets/changelog.html index 8a2f60e7..a2ccf9cb 100644 --- a/app/src/main/assets/changelog.html +++ b/app/src/main/assets/changelog.html @@ -41,6 +41,8 @@
  • FIX: Removed the unneeded menu button from the artist and album list.
  • +
  • FIX: Album and artist list not scrolling when trying to drag from their title bar. +
  • Version 0.9.43 beta1

    diff --git a/app/src/main/res/layout/activity_album_detail.xml b/app/src/main/res/layout/activity_album_detail.xml index 963b5504..026417d8 100644 --- a/app/src/main/res/layout/activity_album_detail.xml +++ b/app/src/main/res/layout/activity_album_detail.xml @@ -13,7 +13,8 @@ android:id="@+id/album_art_background" android:layout_width="match_parent" android:layout_height="match_parent" - android:scaleType="centerCrop" /> + android:scaleType="centerCrop" + tools:ignore="ContentDescription" />