aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/security_token_operation_activity.xml
blob: 19f2418252308657540157ef41101be89fb3669d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:custom="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical"
    android:padding="24dp">

    <nordpol.android.NfcGuideView
        android:id="@+id/nfc_guide_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        custom:nfc_device="usb_black"/>

    <include layout="@layout/security_token_operation_activity_toolable_view_animator" />

</LinearLayout>