tor-browser

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

styles.xml (1069B)


      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    <style name="DialogStyleNormal" parent="BaseDialogStyle"/>
      7 
      8    <style name="NormalTheme" parent="NormalThemeBase" >
      9 <!--        Removed as part of tor-browser#42386-->
     10 <!--        <item name="fenixWordmarkText">@drawable/ic_wordmark_text_private</item>-->
     11    </style>
     12    <style name="BottomSheet" parent="BottomSheetBase">
     13        <item name="android:windowLightStatusBar">false</item>
     14 
     15        <!-- Style the navigation bar -->
     16        <item name="android:navigationBarColor">?attr/colorSurface</item>
     17    </style>
     18 
     19    <style name="TabTrayDialogStyle" parent="TabTrayDialogStyleBase">
     20        <item name="android:windowLightStatusBar">false</item>
     21 
     22        <!-- Style the navigation bar -->
     23        <item name="android:navigationBarColor">@color/fx_mobile_surface</item>
     24    </style>
     25 </resources>