Files
Kotatsu/app/src/main/res/layout/item_recent.xml
Zakhar Timoshenko a0e69428e4 Widget theme fix #225
2022-09-16 08:29:32 +03:00

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" />