mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-21 02:01:03 +07:00
7 lines
220 B
XML
7 lines
220 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<resources>
|
||
|
|
<style name="NoActionBar">
|
||
|
|
<item name="android:windowActionBar">false</item>
|
||
|
|
<item name="android:windowNoTitle">true</item>
|
||
|
|
</style>
|
||
|
|
</resources>
|