| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright 2025 The Chromium Authors |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| --> |
| |
| <resources xmlns:tools="http://schemas.android.com/tools"> |
| <style name="Theme.Chromium.Widget" parent="Theme.Material3Expressive.DynamicColors.DayNight" /> |
| |
| <!-- Web app themes: On Android S+, windowBackground and |
| windowDisablePreview are removed and SameTaskWebApkActivity is |
| opaque to prevent convertFromTranslucent() surface reconfigurations |
| and black flashes. --> |
| <style |
| name="Theme.Chromium.Webapp" |
| parent="Theme.Chromium.WithWindowAnimation" /> |
| |
| <style |
| name="Theme.Chromium.Webapp.Translucent" |
| parent="Theme.Chromium.Webapp"> |
| <item name="android:windowIsTranslucent">false</item> |
| </style> |
| </resources> |