diff options
author | 2024-06-13 18:25:16 +0000 | |
---|---|---|
committer | 2024-06-13 18:25:16 +0000 | |
commit | 77e2912530d2b0a8ece118686c13475ddb62dfa4 (patch) | |
tree | a0c3979e563403e23b0acbec796f1e5982d56d89 | |
parent | ce8d42994e180056b52dc0198236fe803632cc92 (diff) | |
parent | cb03d1f5240d429e6ec5d4ef9fc0091a98f8f8d1 (diff) |
Merge "[TouchLatency] Update style of touch latency" into main
-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> |