summaryrefslogtreecommitdiffstats
path: root/res/anim
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-08-28 09:11:30 -0700
committerClark Scheff <clark@cyngn.com>2014-08-28 09:13:06 -0700
commitdf731fe710593c2d8693959c6ab2fd899843e707 (patch)
tree3c34d01f85a70b2509a0301dab782edfdb87631b /res/anim
parentb2d653494e7255589eca31fd398ce282c4c01123 (diff)
downloadpackages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.zip
packages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.tar.gz
packages_apps_ThemeChooser-df731fe710593c2d8693959c6ab2fd899843e707.tar.bz2
Copyright all the things.
Change-Id: I6cc73b320657f1bba27017f2843c84e9d6bc4c69
Diffstat (limited to 'res/anim')
-rw-r--r--res/anim/component_selection_animate_in.xml4
-rw-r--r--res/anim/component_selection_animate_out.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/res/anim/component_selection_animate_in.xml b/res/anim/component_selection_animate_in.xml
index 81e8fd9..4c89ed7 100644
--- a/res/anim/component_selection_animate_in.xml
+++ b/res/anim/component_selection_animate_in.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-
+<!--
+ Copyright (C) 2014 Cyanogen, Inc.
+-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/decelerate_interpolator"
android:fromYDelta="100%p"
diff --git a/res/anim/component_selection_animate_out.xml b/res/anim/component_selection_animate_out.xml
index 1b2443d..b36bc41 100644
--- a/res/anim/component_selection_animate_out.xml
+++ b/res/anim/component_selection_animate_out.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
-
+<!--
+ Copyright (C) 2014 Cyanogen, Inc.
+-->
<translate xmlns:android="http://schemas.android.com/apk/res/android"
android:interpolator="@android:anim/accelerate_interpolator"
android:fromYDelta="0%p"