aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml
blob: cf0edac8cfa495b43ab3235b9fb75538d68b6524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="horizontal"
    android:padding="24dp">

    <nordpol.android.NfcGuideView
        android:id="@+id/nfc_guide_view"
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_height="wrap_content"
        custom:nfc_device="card_black"/>

    <include
        layout="@layout/security_token_operation_activity_toolable_view_animator"
        android:layout_width="0dp"
        android:layout_weight="1"
        android:layout_height="match_parent" />

</LinearLayout>