summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-06-13 18:25:16 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-06-13 18:25:16 +0000
commit77e2912530d2b0a8ece118686c13475ddb62dfa4 (patch)
treea0c3979e563403e23b0acbec796f1e5982d56d89
parentce8d42994e180056b52dc0198236fe803632cc92 (diff)
parentcb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1 (diff)
Merge "[TouchLatency] Update style of touch latency" into main
-rw-r--r--tests/TouchLatency/app/src/main/res/values/styles.xml2
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>