mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
8 lines
308 B
XML
8 lines
308 B
XML
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<style name="AppTheme" parent="AppTheme.Base">
|
|
<item name="android:windowLightStatusBar" tools:targetApi="m">false</item>
|
|
<item name="android:windowLightNavigationBar" tools:targetApi="m">false</item>
|
|
</style>
|
|
|
|
</resources>
|