tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

styles.xml (800B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
      3   - License, v. 2.0. If a copy of the MPL was not distributed with this
      4   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
      5 <resources>
      6 
      7    <style name="Theme.AppCompat.Translucent" parent="Theme.Material3.Light.NoActionBar">
      8        <item name="android:background">@android:color/transparent</item>
      9        <item name="android:windowNoTitle">true</item>
     10        <item name="android:windowBackground">@android:color/transparent</item>
     11        <item name="android:colorBackgroundCacheHint">@null</item>
     12        <item name="android:windowIsTranslucent">true</item>
     13        <item name="android:windowAnimationStyle">@android:style/Animation</item>
     14    </style>
     15 
     16 </resources>