aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml')
-rw-r--r--OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml b/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
new file mode 100644
index 000000000..1b782c4e8
--- /dev/null
+++ b/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal" >
+
+ <Button
+ android:id="@+id/import_nfc_button"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:text="@string/menu_importFromNfc" />
+
+</LinearLayout> \ No newline at end of file