Unnecesary code removed and string repaired
- Unnecesary import from RedirectImportKeyActivity.java removed - ..\value-w820dp\dimens.xml was unnecesary - \..value\dimens.xml unnecasary line - string sources repaired
This commit is contained in:
@@ -19,7 +19,7 @@ import android.content.DialogInterface;
|
|||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import android.support.v7.app.AlertDialog;
|
import android.support.v7.app.AlertDialog;
|
||||||
import android.view.Window;
|
|
||||||
|
|
||||||
import org.sufficientlysecure.keychain.R;
|
import org.sufficientlysecure.keychain.R;
|
||||||
import org.sufficientlysecure.keychain.ui.base.BaseActivity;
|
import org.sufficientlysecure.keychain.ui.base.BaseActivity;
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
<resources>
|
|
||||||
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
|
|
||||||
(such as screen margins) for screens with more than 820dp of available width. This
|
|
||||||
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
|
|
||||||
<dimen name="activity_horizontal_margin">64dp</dimen>
|
|
||||||
</resources>
|
|
||||||
@@ -5,5 +5,4 @@
|
|||||||
<dimen name="big_toolbar">120dp</dimen>
|
<dimen name="big_toolbar">120dp</dimen>
|
||||||
<dimen name="huge_toolbar">222dp</dimen>
|
<dimen name="huge_toolbar">222dp</dimen>
|
||||||
<dimen name="minus_statusbar_height">0dp</dimen>
|
<dimen name="minus_statusbar_height">0dp</dimen>
|
||||||
<dimen name="activity_vertical_margin">16dp</dimen>
|
|
||||||
</resources>
|
</resources>
|
||||||
@@ -1742,7 +1742,7 @@
|
|||||||
</string-array>
|
</string-array>
|
||||||
<string name="redirect_import_key_title">"Import key attempt"</string>
|
<string name="redirect_import_key_title">"Import key attempt"</string>
|
||||||
<string name="redirect_import_key_message">"You scanned a fingerprint with another app, please scan with Openkeychain directly to be safe"</string>
|
<string name="redirect_import_key_message">"You scanned a fingerprint with another app, please scan with Openkeychain directly to be safe"</string>
|
||||||
<string name="redirect_import_key_yes">Scan again</string>
|
<string name="redirect_import_key_yes">"Scan again"</string>
|
||||||
<string name="redirect_import_key_no">Close</string>
|
<string name="redirect_import_key_no">"Close"</string>
|
||||||
<string name="title_activity_redirect_key">Key import redirection</string>
|
<string name="title_activity_redirect_key">"Key import redirection"</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user