diff options
author | cretin45 <cretin45@gmail.com> | 2015-02-16 11:46:30 -0800 |
---|---|---|
committer | cretin45 <cretin45@gmail.com> | 2015-02-16 16:52:06 -0800 |
commit | 9d72db9dbeae863c39253688b79525ac75f1306b (patch) | |
tree | 084bb6cd15347e90176ed0aff3479a74556a16cf /res/anim | |
parent | aaec6f7e3e46081f256465fe549a56cde6332b78 (diff) | |
download | packages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.zip packages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.tar.gz packages_apps_SetupWizard-9d72db9dbeae863c39253688b79525ac75f1306b.tar.bz2 |
SetupWizard: Reveal the default wallpaper on oobe finish
Change-Id: I68a256853f256af3464da7eba57a307a810d80cd
Diffstat (limited to 'res/anim')
-rw-r--r-- | res/anim/fadein.xml | 6 | ||||
-rw-r--r-- | res/anim/fadeout.xml | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/res/anim/fadein.xml b/res/anim/fadein.xml deleted file mode 100644 index 6773402..0000000 --- a/res/anim/fadein.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <alpha android:fromAlpha="0.0" android:toAlpha="1.0" - android:interpolator="@android:anim/accelerate_interpolator" - android:duration="1000"/> -</set>
\ No newline at end of file diff --git a/res/anim/fadeout.xml b/res/anim/fadeout.xml deleted file mode 100644 index 1922a80..0000000 --- a/res/anim/fadeout.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android"> - <alpha android:fromAlpha="1.0" android:toAlpha="0.0" - android:interpolator="@android:anim/accelerate_interpolator" - android:duration="1000"/> -</set>
\ No newline at end of file |