diff options
author | paphonb <paphonb@gmail.com> | 2019-09-14 11:10:25 +0000 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-27 18:50:18 +0800 |
commit | 0b93c883d69230b896179193ea75dbc27efb9bfe (patch) | |
tree | 7e336dc3e89d7dac453dcd90f82c8211eb1fefc7 | |
parent | 5328a4bc81953666eb3a4cd6bfaa8c57dcb60cdf (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" |