Allow sliding back on all activities.

This commit is contained in:
Hermes Junior
2020-06-17 16:11:18 +02:00
committed by OHermesJunior
parent 0df0482d45
commit be9f0c1fd1
33 changed files with 291 additions and 104 deletions

View File

@@ -27,11 +27,19 @@
<item name="android:windowTranslucentStatus">true</item>
</style>
<style name="AppTheme.NoActionBarWithTransparentBackground" parent="AppTheme.NoActionBar">
<style name="AppTheme.Slidable" parent="AppTheme.NoActionBar">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>
<style name="AppTheme.SlidableWithTranslucentWindow" parent="AppTheme.Slidable">
<item name="android:windowTranslucentStatus">true</item>
</style>
<style name="AppTheme.SlidableWithTransparentStatusBar" parent="AppTheme.Slidable">
<item name="android:statusBarColor">@android:color/transparent</item>
</style>
<style name="AppTheme.Draggable" parent="AppTheme">
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:windowContentOverlay">@null</item>