10 lines
365 B
XML
10 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/imageView_cover"
|
|
android:layout_width="@dimen/widget_cover_width"
|
|
android:layout_height="@dimen/widget_cover_height"
|
|
android:scaleType="centerCrop"
|
|
tools:ignore="ContentDescription" />
|