diff options
Diffstat (limited to 'ui/preferences/src/main/res/layout/about_teaser.xml')
-rw-r--r-- | ui/preferences/src/main/res/layout/about_teaser.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/preferences/src/main/res/layout/about_teaser.xml b/ui/preferences/src/main/res/layout/about_teaser.xml new file mode 100644 index 000000000..4e7f0454f --- /dev/null +++ b/ui/preferences/src/main/res/layout/about_teaser.xml @@ -0,0 +1,9 @@ +<?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" + android:importantForAccessibility="no"/>
\ No newline at end of file |