Theme change

Theme.Keychain.Transparet is used
This commit is contained in:
Lubo Viluda
2016-03-24 19:45:59 +01:00
parent 298f89d36e
commit 05da8afad9
2 changed files with 1 additions and 2 deletions

View File

@@ -719,7 +719,7 @@
android:name=".ui.RedirectImportKeysActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/title_activity_redirect_key"
android:theme="@android:style/Theme.Translucent">
android:theme="@style/Theme.Keychain.Transparent">
<!-- VIEW with fingerprint scheme:
Handle URIs with fingerprints when scanning directly from Barcode Scanner -->

View File

@@ -28,7 +28,6 @@ public class RedirectImportKeysActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
requestWindowFeature(Window.FEATURE_NO_TITLE);
super.onCreate(savedInstanceState);
setContentView(R.layout.redirect_import_keys_activity);