diff options
author | 2024-05-07 17:59:40 -0700 | |
---|---|---|
committer | 2024-05-07 17:59:40 -0700 | |
commit | cb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1 (patch) | |
tree | 7e8a06ecf177350e41d84e10a541c46bcd245b64 | |
parent | 0cb8c7fce882ff779040242e72a9e432548a3dd7 (diff) |
[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
-rw-r--r-- | tests/TouchLatency/app/src/main/res/values/styles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TouchLatency/app/src/main/res/values/styles.xml b/tests/TouchLatency/app/src/main/res/values/styles.xml index fa352cf1e832..5058331187e8 100644 --- a/tests/TouchLatency/app/src/main/res/values/styles.xml +++ b/tests/TouchLatency/app/src/main/res/values/styles.xml @@ -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> |