summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ady Abraham <adyabr@google.com> 2024-10-29 23:38:36 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-10-29 23:38:36 +0000
commit78fbf66dd84f96db247371f6ecd84c6ed2917ecc (patch)
treed0beb034aca1ebcf2300402daf37ac9a7e3fd475
parentcb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1 (diff)
Revert "[TouchLatency] Update style of touch latency"
This reverts commit cb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1. Reason for revert: Build error with Android Studio: ERROR: /frameworks/base/tests/TouchLatency/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml:1630: AAPT: error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found. Change-Id: I16091f405475a57156a4d62b7dad0853530ab81d
-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 5058331187e8..fa352cf1e832 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:windowOptOutEdgeToEdgeEnforcement">true</item>
+ <item name="android:windowLayoutInDisplayCutoutMode">default</item>
</style>
</resources>