2019-04-28 20:43:54 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-04-28 20:43:54 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/icon_view"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
android:focusable="true"
|
|
|
|
android:minWidth="24dp"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:minHeight="24dp"
|
2019-04-28 20:43:54 +00:00
|
|
|
android:padding="8dp"
|
|
|
|
android:scaleType="centerInside"
|
|
|
|
tools:ignore="ContentDescription"
|
2021-03-27 14:45:49 +00:00
|
|
|
tools:src="@drawable/ic_rss_feed" />
|