From 0d219e4b6d1d4c3c333f2cfec896b0d8a28f96d3 Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Tue, 22 Nov 2022 18:15:25 +0800 Subject: [PATCH] =?UTF-8?q?act=E8=BF=9B=E5=85=A5=E9=80=80=E5=87=BA?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/res/anim/in_from_right.xml | 7 +++++ .../src/main/res/anim/in_from_right_abit.xml | 7 +++++ common/src/main/res/anim/out_from_right.xml | 7 +++++ common/src/main/res/anim/out_to_right.xml | 7 +++++ .../src/main/res/anim/out_to_right_abit.xml | 7 +++++ common/src/main/res/values/style.xml | 28 +++++++++++++------ 6 files changed, 55 insertions(+), 8 deletions(-) create mode 100644 common/src/main/res/anim/in_from_right.xml create mode 100644 common/src/main/res/anim/in_from_right_abit.xml create mode 100644 common/src/main/res/anim/out_from_right.xml create mode 100644 common/src/main/res/anim/out_to_right.xml create mode 100644 common/src/main/res/anim/out_to_right_abit.xml diff --git a/common/src/main/res/anim/in_from_right.xml b/common/src/main/res/anim/in_from_right.xml new file mode 100644 index 000000000..7729bdc16 --- /dev/null +++ b/common/src/main/res/anim/in_from_right.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/anim/in_from_right_abit.xml b/common/src/main/res/anim/in_from_right_abit.xml new file mode 100644 index 000000000..0901efc3c --- /dev/null +++ b/common/src/main/res/anim/in_from_right_abit.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/anim/out_from_right.xml b/common/src/main/res/anim/out_from_right.xml new file mode 100644 index 000000000..3b2030e82 --- /dev/null +++ b/common/src/main/res/anim/out_from_right.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/anim/out_to_right.xml b/common/src/main/res/anim/out_to_right.xml new file mode 100644 index 000000000..4344ae837 --- /dev/null +++ b/common/src/main/res/anim/out_to_right.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/anim/out_to_right_abit.xml b/common/src/main/res/anim/out_to_right_abit.xml new file mode 100644 index 000000000..57bffad36 --- /dev/null +++ b/common/src/main/res/anim/out_to_right_abit.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/common/src/main/res/values/style.xml b/common/src/main/res/values/style.xml index 8198d657c..f58f596c4 100644 --- a/common/src/main/res/values/style.xml +++ b/common/src/main/res/values/style.xml @@ -6,9 +6,9 @@ @color/colorPrimaryDark @color/colorAccent @color/background - @style/Animation + @style/AnimationActivity - @color/colorPrimary + @color/colorPrimary + + + + + + + \ No newline at end of file