mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-08-06 18:24:25 +08:00
7 lines
264 B
XML
7 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.WebViewActivity" parent="Theme.AppCompat.DayNight">
|
|
<item name="android:windowActionBar">true</item>
|
|
<item name="android:windowNoTitle">false</item>
|
|
</style>
|
|
</resources> |