mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-08 01:07:47 +03:00
10 lines
261 B
XML
10 lines
261 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<style name="AppTheme.Status" parent="AppTheme.Base.Status">
|
||
|
<!-- enable window content transitions -->
|
||
|
<item name="android:windowContentTransitions">true</item>
|
||
|
</style>
|
||
|
|
||
|
</resources>
|