summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/about_teaser.xml
blob: a9e50f6dabec84265fdf206db3db120e71204412 (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<ImageView
        xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:app="http://schemas.android.com/apk/res-auto"
        android:layout_width="match_parent"
        android:adjustViewBounds="true"
        android:layout_height="wrap_content" app:srcCompat="@drawable/teaser" />