aboutsummaryrefslogtreecommitdiff
path: root/core-ui/src/main/res-public/values-v21/styles.xml
blob: e6c33c3733d7b9b13741fbfbe0a6cd4062d62167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources>

    <style name="Kau.Translucent.SlideBottom">
        <item name="android:windowEnterTransition">@transition/kau_enter_slide_bottom</item>
        <item name="android:windowReturnTransition">@transition/kau_exit_slide_bottom</item>
    </style>

    <style name="Kau.Translucent.SlideTop">
        <item name="android:windowEnterTransition">@transition/kau_enter_slide_top</item>
        <item name="android:windowReturnTransition">@transition/kau_exit_slide_top</item>
    </style>
</resources>