mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-06 08:17:38 +03:00
9 lines
259 B
XML
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>
|