diff options
| author | 2024-10-29 23:38:36 +0000 | |
|---|---|---|
| committer | 2024-10-29 23:38:36 +0000 | |
| commit | 78fbf66dd84f96db247371f6ecd84c6ed2917ecc (patch) | |
| tree | d0beb034aca1ebcf2300402daf37ac9a7e3fd475 | |
| parent | cb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1 (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.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 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> |