diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-19 02:02:51 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2013-09-19 02:02:51 +0200 |
commit | 3c4cb1c2d31ff472dc09d4f71f3f5e9af7547cdd (patch) | |
tree | d8d7ad9ea2b8fac8c988ec38885d4645242c5168 /OpenPGP-Keychain/res/layout/import_keys_nfc_fragment.xml | |
parent | 4c461c1b445eb339382b5ffd174e6d19b93f25d0 (diff) | |
download | open-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.xml | 13 |
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 |