styles.xml (737B)
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 xmlns:tools="http://schemas.android.com/tools"> 6 <style name="NormalTheme" parent="NormalThemeBase" > 7 <!-- We have to pull in the changes from night/styles.xml to make 8 sure we also get them in night-v27+ --> 9 <!-- Removed as part of tor-browser#42386--> 10 <!-- <item name="fenixWordmarkText">@drawable/ic_wordmark_text_private</item> --> 11 12 <item name="android:windowLayoutInDisplayCutoutMode">default</item> 13 </style> 14 </resources>