aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml
diff options
context:
space:
mode:
authorTheo Franzén <franzen.theo@gmail.com>2016-01-27 16:40:30 +0100
committerfranzaine <franzen.theo@gmail.com>2016-02-10 15:28:59 +0100
commit0191cf92dba72c066c355dc0f67b332c00e659de (patch)
treece26bb1ef93e25d79276ab6b18167e7e927d4cb7 /OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml
parent751298a4d832f316244fd6345c46ba806dcfc860 (diff)
downloadopen-keychain-0191cf92dba72c066c355dc0f67b332c00e659de.tar.gz
open-keychain-0191cf92dba72c066c355dc0f67b332c00e659de.tar.bz2
open-keychain-0191cf92dba72c066c355dc0f67b332c00e659de.zip
Better transaction animation
Diffstat (limited to 'OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml b/OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml
new file mode 100644
index 000000000..cf0edac8c
--- /dev/null
+++ b/OpenKeychain/src/main/res/layout-land/security_token_operation_activity.xml
@@ -0,0 +1,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>