diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-05 14:47:58 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-07-05 14:47:58 -0700 |
commit | 36471abc904ff4aa3109bd06efbc3ed493f082b2 (patch) | |
tree | 7b7f8a9b7828d0171ad2b5854a67b0108e772de7 /core/src/main/res/values | |
parent | 10e2ee9d4f105d9737b98b1caacf5e6ccb1c3c7d (diff) | |
download | kau-36471abc904ff4aa3109bd06efbc3ed493f082b2.tar.gz kau-36471abc904ff4aa3109bd06efbc3ed493f082b2.tar.bz2 kau-36471abc904ff4aa3109bd06efbc3ed493f082b2.zip |
Setup swipe for all directions
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/styles.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 2067c6d..71d88a2 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -13,6 +13,10 @@ <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style> + <style name="Kau.Translucent.NoAnimation"> + <item name="android:windowAnimationStyle">@null</item> + </style> + <style name="Kau.Translucent.About"> <item name="android:windowEnterTransition">@transition/kau_enter_slide_top</item> <item name="android:windowReturnTransition">@transition/kau_about_return_upwards</item> |