diff options
author | paphonb <paphonb@gmail.com> | 2019-09-14 11:10:25 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-05-07 00:20:58 +0800 |
commit | 83b70eeb358ccbc567148e6a67590c081916b565 (patch) | |
tree | 4d6abe0a0692e4ac695a97f75e456b1419d86d86 | |
parent | c132ad9acb2b8405c6c0324a85bedfbc465fd12c (diff) |
base: Add rounded corners to activity open/close animation
Change-Id: Ifcf49134d738693874cbdcc6f746898fa6d5942e
-rw-r--r-- | core/res/res/anim/activity_close_exit.xml | 1 | ||||
-rw-r--r-- | core/res/res/anim/activity_open_enter.xml | 1 |
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" |