BayernMessenger/vector/src/main/res/values-v21/theme_black.xml

12 lines
333 B
XML
Raw Normal View History

2019-04-03 12:24:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme.Black" parent="AppTheme.Base.Black">
<item name="android:navigationBarColor">?colorPrimaryDark</item>
<!-- enable window content transitions -->
<item name="android:windowContentTransitions">true</item>
</style>
</resources>