summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/res/res/anim/activity_close_exit.xml1
-rw-r--r--core/res/res/anim/activity_open_enter.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/anim/activity_close_exit.xml b/core/res/res/anim/activity_close_exit.xml
index 1599ae8cb19f..514560f14b33 100644
--- a/core/res/res/anim/activity_close_exit.xml
+++ b/core/res/res/anim/activity_close_exit.xml
@@ -18,6 +18,7 @@
-->
<set xmlns:android="http://schemas.android.com/apk/res/android"
+ android:hasRoundedCorners="true"
android:shareInterpolator="false"
android:zAdjustment="top">
<alpha
diff --git a/core/res/res/anim/activity_open_enter.xml b/core/res/res/anim/activity_open_enter.xml
index 38d3e8ed06ce..68c0221e7470 100644
--- a/core/res/res/anim/activity_open_enter.xml
+++ b/core/res/res/anim/activity_open_enter.xml
@@ -17,6 +17,7 @@
-->
<set xmlns:android="http://schemas.android.com/apk/res/android"
+ android:hasRoundedCorners="true"
android:shareInterpolator="false">
<alpha
android:fromAlpha="0"