mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-04 16:25:05 -05:00
NFC activity design
This commit is contained in:
parent
fc32f5f9d4
commit
dd65d10406
Binary file not shown.
Before Width: | Height: | Size: 129 KiB |
BIN
OpenKeychain/src/main/res/drawable/yubikey_phone.png
Normal file
BIN
OpenKeychain/src/main/res/drawable/yubikey_phone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 344 KiB |
@ -1,30 +1,24 @@
|
|||||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:orientation="vertical"
|
||||||
android:paddingLeft="16dp"
|
android:paddingLeft="16dp"
|
||||||
android:paddingRight="16dp"
|
android:paddingRight="16dp"
|
||||||
android:paddingTop="8dp"
|
android:paddingTop="16dp"
|
||||||
android:paddingBottom="8dp"
|
android:paddingBottom="16dp">
|
||||||
android:background="#FFFFFFFF"
|
|
||||||
tools:context="org.sufficientlysecure.keychain.nfc.NfcActivityFull">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:text="Hold Yubikey against the back of your device!"
|
android:text="@string/nfc_text"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:textAppearance="@android:style/TextAppearance.Large"
|
android:textAppearance="@android:style/TextAppearance.Large"
|
||||||
android:id="@+id/textView"
|
android:id="@+id/nfc_text"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:layout_gravity="center" />
|
android:layout_gravity="center" />
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:id="@+id/imageView"
|
android:src="@drawable/yubikey_phone" />
|
||||||
android:src="@drawable/yubikey_neo"
|
|
||||||
android:layout_alignParentRight="true"
|
|
||||||
android:layout_alignParentEnd="true"
|
|
||||||
android:layout_below="@+id/textView" />
|
|
||||||
|
|
||||||
</RelativeLayout>
|
</LinearLayout>
|
||||||
|
@ -115,9 +115,9 @@
|
|||||||
<string name="label_file_ascii_armor">"Enable ASCII Armor"</string>
|
<string name="label_file_ascii_armor">"Enable ASCII Armor"</string>
|
||||||
<string name="label_write_version_header">"Let others know that you're using OpenKeychain"</string>
|
<string name="label_write_version_header">"Let others know that you're using OpenKeychain"</string>
|
||||||
<string name="label_write_version_header_summary">"Writes 'OpenKeychain v2.7' to OpenPGP signatures, ciphertext, and exported keys"</string>
|
<string name="label_write_version_header_summary">"Writes 'OpenKeychain v2.7' to OpenPGP signatures, ciphertext, and exported keys"</string>
|
||||||
<string name="label_use_default_yubikey_pin">"Use default Yubikey PIN"</string>
|
<string name="label_use_default_yubikey_pin">"Use default YubiKey PIN"</string>
|
||||||
<string name="label_use_num_keypad_for_yubikey_pin">Use number keypad for Yubikey PIN</string>
|
<string name="label_use_num_keypad_for_yubikey_pin">Use number keypad for YubiKey PIN</string>
|
||||||
<string name="label_label_use_default_yubikey_pin_summary">"Uses default PIN (123456) to access Yubikeys over NFC"</string>
|
<string name="label_label_use_default_yubikey_pin_summary">"Uses default PIN (123456) to access YubiKeys over NFC"</string>
|
||||||
<string name="label_asymmetric_from">"Signed by:"</string>
|
<string name="label_asymmetric_from">"Signed by:"</string>
|
||||||
<string name="label_to">"Encrypt to:"</string>
|
<string name="label_to">"Encrypt to:"</string>
|
||||||
<string name="label_delete_after_encryption">"Delete file after encryption"</string>
|
<string name="label_delete_after_encryption">"Delete file after encryption"</string>
|
||||||
@ -205,7 +205,8 @@
|
|||||||
<string name="passphrase_must_not_be_empty">"Please enter a passphrase."</string>
|
<string name="passphrase_must_not_be_empty">"Please enter a passphrase."</string>
|
||||||
<string name="passphrase_for_symmetric_encryption">"Symmetric encryption."</string>
|
<string name="passphrase_for_symmetric_encryption">"Symmetric encryption."</string>
|
||||||
<string name="passphrase_for">"Enter passphrase for '%s'"</string>
|
<string name="passphrase_for">"Enter passphrase for '%s'"</string>
|
||||||
<string name="yubikey_pin">"Enter PIN to access Yubikey for '%s'"</string>
|
<string name="yubikey_pin">"Enter PIN to access YubiKey for '%s'"</string>
|
||||||
|
<string name="nfc_text">"Hold YubiKey against the back of your device."</string>
|
||||||
<string name="file_delete_confirmation">"Are you sure you want to delete\n%s?"</string>
|
<string name="file_delete_confirmation">"Are you sure you want to delete\n%s?"</string>
|
||||||
<string name="file_delete_successful">"Successfully deleted."</string>
|
<string name="file_delete_successful">"Successfully deleted."</string>
|
||||||
<string name="no_file_selected">"Select a file first."</string>
|
<string name="no_file_selected">"Select a file first."</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user