Archived
14 lines
518 B
XML
14 lines
518 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/image_view"
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:scaleType="centerInside"
|
|
app:tint="?attr/colorText"/>
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat> |