aboutsummaryrefslogtreecommitdiff
path: root/core-ui/src/main/res-public/values-v21/styles.xml
blob: 782f9bbfcf38267d74b9f9850a2a6bd035e49b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>