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

10 lines
259 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.Light" parent="AppTheme.Base.Light">
<!-- enable window content transitions -->
<item name="android:windowContentTransitions">true</item>
</style>
</resources>