Fixed the widget.

This commit is contained in:
Karim Abou Zeid 2016-02-28 19:44:45 +01:00
commit bb1f6c0c4b
2 changed files with 25 additions and 10 deletions

View file

@ -1,17 +1,17 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout android:id="@+id/content"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="96dp"
android:background="#AAFFFFFF"
android:id="@+id/content"
tools:ignore="ContentDescription">
<ImageView
android:id="@+id/image"
android:layout_width="@dimen/widget_medium_image_size"
android:layout_height="@dimen/widget_medium_image_size"
android:scaleType="centerCrop"
android:src="@drawable/default_album_art" />
android:background="@drawable/default_album_art"
android:scaleType="centerCrop" />
<RelativeLayout
android:layout_width="match_parent"