This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2023-04-18 21:33:24 +02:00
|
|
|
<?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"
|
2023-04-23 17:13:48 +02:00
|
|
|
app:tint="?attr/colorOnSurfaceVariant" />
|
2023-04-18 21:33:24 +02:00
|
|
|
|
|
|
|
|
</androidx.appcompat.widget.LinearLayoutCompat>
|