diff options
| author | 2024-04-17 18:11:36 +0000 | |
|---|---|---|
| committer | 2024-04-17 18:11:36 +0000 | |
| commit | dcaec8795bc69e9c28d0ba3f47ce846e6b7a24a8 (patch) | |
| tree | 19ca36b5d56c0275de75e8ac14d3e15d0e08c805 | |
| parent | cf6bb411056b7e464823617165b1682fcce19a48 (diff) | |
| parent | a9efa102fce5f4dbd207e73bf49f4d7446d2b03a (diff) | |
Merge "[TouchLatency] Update style to accomodate for the edge to edge" into main
| -rw-r--r-- | tests/TouchLatency/app/src/main/res/values/styles.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TouchLatency/app/src/main/res/values/styles.xml b/tests/TouchLatency/app/src/main/res/values/styles.xml index b23a87e57754..fa352cf1e832 100644 --- a/tests/TouchLatency/app/src/main/res/values/styles.xml +++ b/tests/TouchLatency/app/src/main/res/values/styles.xml @@ -18,6 +18,7 @@ <!-- Base application theme. --> <style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar"> <!-- Customize your theme here. --> + <item name="android:windowLayoutInDisplayCutoutMode">default</item> </style> </resources> |