28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
This Source Code Form is subject to the terms of the Mozilla Public
|
|
License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
-->
|
|
|
|
<resources>
|
|
<style name="BraveTranslucent" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="android:windowIsTranslucent">false</item>
|
|
<item name="android:windowBackground">@color/translucent_activity_background_color</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:backgroundDimEnabled">false</item>
|
|
</style>
|
|
|
|
<style name="TippingBraveTranslucent" parent="Theme.AppCompat.Light.NoActionBar">
|
|
<item name="android:windowIsTranslucent">false</item>
|
|
<item name="android:windowBackground">@color/translucent_activity_background_color</item>
|
|
<item name="android:windowContentOverlay">@null</item>
|
|
<item name="android:windowNoTitle">true</item>
|
|
<item name="android:backgroundDimEnabled">false</item>
|
|
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
|
<item name="android:windowTranslucentStatus">false</item>
|
|
<item name="android:statusBarColor">#00000000</item>
|
|
</style>
|
|
</resources>
|