aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/share_qr_code_dialog.xml
blob: 0b58ae72feaeba009b0900bc846e29d6e957ca78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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"
    android:orientation="vertical" >

    <TextView
        android:id="@+id/share_qr_code_dialog_text"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="8dp"
        android:textAppearance="@android:style/TextAppearance.Medium" />

    <ImageView
        android:id="@+id/share_qr_code_dialog_image"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>