Subtle design improvements to yubikey dialog

This commit is contained in:
Dominik Schürmann
2015-07-03 16:54:17 +02:00
parent d03595f64e
commit 0faf69e91f
115 changed files with 64 additions and 28 deletions

View File

@@ -226,8 +226,8 @@
<string name="pin_for">"Enter PIN for '%s'"</string>
<string name="yubikey_pin_for">"Enter PIN to access YubiKey for '%s'"</string>
<string name="nfc_text">"Hold YubiKey against the NFC marker at the back of your device."</string>
<string name="nfc_wait">"Don't release the YubiKey yet!"</string>
<string name="nfc_finished">"Success"</string>
<string name="nfc_wait">"Keep the YubiKey at the back!"</string>
<string name="nfc_finished">"Please take away the YubiKey now."</string>
<string name="file_delete_confirmation_title">"Delete original files?"</string>
<string name="file_delete_confirmation">"The following files will be deleted:%s"</string>
<string name="file_delete_successful">"%1$d out of %2$d files have been deleted.%3$s"</string>

View File

@@ -36,7 +36,7 @@
<!--<item name="suggestionRowLayout">...</item>-->
</style>
<style name="KeychainTheme.DialogWithoutTitle" parent="@style/Theme.AppCompat.Light.Dialog.MinWidth">
<style name="KeychainTheme.YubiKeyDialog" parent="@style/Theme.AppCompat.Light.Dialog.MinWidth">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
</style>