SchildiChat-android/vector/src/main/res/values-v21/theme_light.xml
2019-04-03 14:34:52 +02:00

9 lines
259 B
XML

<?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>