aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-19 02:02:51 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-19 02:02:51 +0200
commit3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd (patch)
treed8d7ad9ea2b8fac8c988ec38885d4645242c5168 /OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml
parent4c461c1b445eb339382b5ffd174e6d19b93f25d0 (diff)
downloadopen-keychain-3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd.tar.gz
open-keychain-3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd.tar.bz2
open-keychain-3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd.zip
Work on new Import activity
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