2021-02-19 16:07:53 +01:00
|
|
|
<resources>
|
2021-03-19 15:53:19 +01:00
|
|
|
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
|
2021-02-19 21:10:32 +01:00
|
|
|
<item name="android:windowBackground">#000000</item>
|
2021-02-19 16:07:53 +01:00
|
|
|
<item name="android:textColor">#000000</item>
|
2021-02-19 21:12:16 +01:00
|
|
|
<item name="android:windowTranslucentStatus">true</item>
|
2021-02-19 21:14:42 +01:00
|
|
|
<item name="android:windowTranslucentNavigation">false</item>
|
2021-02-19 16:07:53 +01:00
|
|
|
</style>
|
|
|
|
</resources>
|