From c3e8d758fbd65f6bc503d215e73b50b1066e4dbe Mon Sep 17 00:00:00 2001 From: Preyea Regmi Date: Wed, 6 Nov 2019 17:11:36 +0545 Subject: [PATCH] Before implementing animation in dialog --- .idea/caches/build_file_checksums.ser | Bin 662 -> 662 bytes .../main/res/drawable/avd_fail_transition.xml | 171 ++++++++++++++++++ .../res/drawable/avd_success_transition.xml | 153 ++++++++++++++++ app/src/main/res/drawable/vd_fail_ico.xml | 58 ++++++ app/src/main/res/drawable/vd_success_ico.xml | 51 ++++++ 5 files changed, 433 insertions(+) create mode 100644 app/src/main/res/drawable/avd_fail_transition.xml create mode 100644 app/src/main/res/drawable/avd_success_transition.xml create mode 100644 app/src/main/res/drawable/vd_fail_ico.xml create mode 100644 app/src/main/res/drawable/vd_success_ico.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index c516347704630657510dbee8208096c1bbab93dd..f8f2acb72787197d5a7aa403947c210a4550ca2e 100644 GIT binary patch delta 14 WcmbQnI*oP0OlG}lwHxRBVgvvvp9Smy delta 14 WcmbQnI*oP0OlI~=ksIgyVgvvvLIvFb diff --git a/app/src/main/res/drawable/avd_fail_transition.xml b/app/src/main/res/drawable/avd_fail_transition.xml new file mode 100644 index 00000000..ca8ff5bb --- /dev/null +++ b/app/src/main/res/drawable/avd_fail_transition.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/avd_success_transition.xml b/app/src/main/res/drawable/avd_success_transition.xml new file mode 100644 index 00000000..14e58498 --- /dev/null +++ b/app/src/main/res/drawable/avd_success_transition.xml @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/drawable/vd_fail_ico.xml b/app/src/main/res/drawable/vd_fail_ico.xml new file mode 100644 index 00000000..6ed17e4c --- /dev/null +++ b/app/src/main/res/drawable/vd_fail_ico.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/vd_success_ico.xml b/app/src/main/res/drawable/vd_success_ico.xml new file mode 100644 index 00000000..44dec89b --- /dev/null +++ b/app/src/main/res/drawable/vd_success_ico.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file