summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layouts/mastodon/layout/popup_qrcode.xml
blob: f298ddf21b38ea309a56cbd48d227d76ca6a4a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    xmlns:tools="http://schemas.android.com/tools"
    android:orientation="vertical"
    android:padding="12dp">

    <ImageView
        android:contentDescription="@string/qr_code_generator"
        android:id="@+id/qrcode_image"
        tools:src="@tools:sample/backgrounds/scenic"
        android:scaleType="centerInside"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>