Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4dfdc376 authored by Michael W's avatar Michael W Committed by Paul Keith
Browse files

Settings: Accessibility wants fullscreen, too!

* Right now, the screen uses a CollapsibleToolbarLayout,
  showing the title twice
* The header is also tinted differently, therefore making it
  look even worse
* Hide the header, we have another one

Change-Id: I470f18cea9e0863a0e95d7c3d5e0e3b2c6d8a66f
parent 53663cc4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.View;
import android.view.accessibility.AccessibilityEvent;

import androidx.annotation.VisibleForTesting;
@@ -106,6 +107,7 @@ public class AccessibilitySettingsForSetupWizardActivity extends SettingsActivit
        super.onCreate(savedState);
        applyTheme();
        tryLaunchFontSizeSettings();
        mCollapsingToolbarLayout.setVisibility(View.GONE);
        findViewById(R.id.content_parent).setFitsSystemWindows(false);
    }