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

Commit cb03d1f5 authored by ramindani's avatar ramindani
Browse files

[TouchLatency] Update style of touch latency

Again have to change the style to exclude the app from edge 2 edge
I think our testing app is low priority and can be opt out
from the edge to edge for now.
Without this change the fps: number that we have in the display
will be behind the toolbar and won't be visible.

Test: manual
Change-Id: I976a96a681e2ba7467f071aad6b5e773b0938bcb
parent 0cb8c7fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
        <!-- Customize your theme here. -->
        <item name="android:windowLayoutInDisplayCutoutMode">default</item>
        <item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
    </style>

</resources>