Removed all blurred images. New FAB animation when opening now playing. Decreased image loader memory cache size.

This commit is contained in:
Karim Abou Zeid 2015-10-11 22:56:27 +02:00
commit 1be2260b60
9 changed files with 144 additions and 709 deletions

View file

@ -4,28 +4,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
<com.kabouzeid.gramophone.views.SquareIfPlaceImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="@dimen/header_image_height"
android:background="?android:colorBackground">
<ImageView
android:id="@+id/album_art_background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
tools:ignore="ContentDescription" />
<com.kabouzeid.gramophone.views.SquareIfPlaceImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:scaleType="centerCrop"
android:src="@drawable/default_album_art"
android:transitionName="@string/transition_album_art"
tools:ignore="ContentDescription,UnusedAttribute" />
</FrameLayout>
android:scaleType="centerCrop"
android:src="@drawable/default_album_art"
android:transitionName="@string/transition_album_art"
tools:ignore="ContentDescription,UnusedAttribute" />
<View
android:id="@+id/list_background"