Remove some unused resources

This commit is contained in:
Jakob Nixdorf 2017-08-01 08:02:08 +02:00
parent aeb8a52134
commit 52456e8551
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC
2 changed files with 0 additions and 4 deletions

View file

@ -5,7 +5,6 @@
<dimen name="activity_margin_medium">24dp</dimen>
<dimen name="activity_margin_large">32dp</dimen>
<dimen name="activity_horizontal_margin">16dp</dimen>
<dimen name="activity_vertical_margin">16dp</dimen>
<dimen name="card_corner_radius">0dp</dimen>
<dimen name="card_elevation">4dp</dimen>

View file

@ -12,7 +12,6 @@
<!-- Hints -->
<string name="hint_label">Label</string>
<string name="hint_period">Period</string>
<string name="hint_secret">Secret</string>
<!-- Labels -->
@ -36,8 +35,6 @@
<string name="toast_copied_to_clipboard">Copied to clipboard</string>
<string name="toast_invalid_qr_code">Invalid QR Code</string>
<string name="toast_tmp_hotp">HOTP is not yet implemented</string>
<!-- Dialogs -->
<string name="dialog_title_auth">Authenticate</string>
<string name="dialog_title_manual_entry">Enter details</string>