Buttons are 42dp wide, full-height album art with rounded corners

This commit is contained in:
tkashkin 2017-07-20 06:55:45 +03:00
commit 26bba697cb
5 changed files with 62 additions and 13 deletions

View file

@ -15,10 +15,6 @@
android:id="@+id/image"
android:layout_width="@dimen/app_widget_card_image_size"
android:layout_height="@dimen/app_widget_card_image_size"
android:layout_marginTop="2dp"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:layout_marginBottom="1dp"
android:scaleType="centerInside"
tools:src="@drawable/default_album_art"
tools:ignore="ContentDescription"/>