Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9725f3f1 authored by linus_lee's avatar linus_lee Committed by Linus Lee
Browse files

Eleven: fix default image not showing up in queue fragment

SquareImageView and the LetterTileDrawable doesn't work well together
Since this image has fixed dimensions we don't need SquareImageView anyways

Change-Id: I8dcac7b3170af227f39d6d6333ff7d0497592bf9
parent 757f2860
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:paddingTop="@dimen/list_item_padding_top"
    android:paddingBottom="@dimen/list_item_padding_bottom">

    <com.cyanogenmod.eleven.widgets.SquareImageView
    <ImageView
        android:id="@+id/image"
        android:layout_width="@dimen/list_item_image_width"
        android:layout_height="@dimen/list_item_image_height"