cut number of frames in lock screen demo animation from 15 to 8
This trims about 108k out of the settings app, and the animation is
still acceptable.
diff --git a/res/drawable/lock_anim.xml b/res/drawable/lock_anim.xml
index 8ec31a6..ca1f9d8 100644
--- a/res/drawable/lock_anim.xml
+++ b/res/drawable/lock_anim.xml
@@ -1,37 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
-/*
+/*
** Copyright 2008, The Android Open Source Project
**
-** Licensed under the Apache License, Version 2.0 (the "License");
-** you may not use this file except in compliance with the License.
-** You may obtain a copy of the License at
+** Licensed under the Apache License, Version 2.0 (the "License");
+** you may not use this file except in compliance with the License.
+** You may obtain a copy of the License at
**
-** http://www.apache.org/licenses/LICENSE-2.0
+** http://www.apache.org/licenses/LICENSE-2.0
**
-** Unless required by applicable law or agreed to in writing, software
-** distributed under the License is distributed on an "AS IS" BASIS,
-** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-** See the License for the specific language governing permissions and
+** Unless required by applicable law or agreed to in writing, software
+** distributed under the License is distributed on an "AS IS" BASIS,
+** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->
<animation-list
xmlns:android="http://schemas.android.com/apk/res/android"
android:oneshot="false">
- <item android:drawable="@drawable/lock_anim_0" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_1" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_2" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_3" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_4" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_5" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_6" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_7" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_8" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_9" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_10" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_11" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_12" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_13" android:duration="200" />
- <item android:drawable="@drawable/lock_anim_14" android:duration="200" />
+ <item android:drawable="@drawable/lock_anim_00" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_02" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_04" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_06" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_08" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_10" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_12" android:duration="400" />
+ <item android:drawable="@drawable/lock_anim_14" android:duration="400" />
</animation-list>
diff --git a/res/drawable/lock_anim_0.png b/res/drawable/lock_anim_00.png
similarity index 100%
rename from res/drawable/lock_anim_0.png
rename to res/drawable/lock_anim_00.png
Binary files differ
diff --git a/res/drawable/lock_anim_2.png b/res/drawable/lock_anim_02.png
similarity index 100%
rename from res/drawable/lock_anim_2.png
rename to res/drawable/lock_anim_02.png
Binary files differ
diff --git a/res/drawable/lock_anim_4.png b/res/drawable/lock_anim_04.png
similarity index 100%
rename from res/drawable/lock_anim_4.png
rename to res/drawable/lock_anim_04.png
Binary files differ
diff --git a/res/drawable/lock_anim_6.png b/res/drawable/lock_anim_06.png
similarity index 100%
rename from res/drawable/lock_anim_6.png
rename to res/drawable/lock_anim_06.png
Binary files differ
diff --git a/res/drawable/lock_anim_8.png b/res/drawable/lock_anim_08.png
similarity index 100%
rename from res/drawable/lock_anim_8.png
rename to res/drawable/lock_anim_08.png
Binary files differ
diff --git a/res/drawable/lock_anim_1.png b/res/drawable/lock_anim_1.png
deleted file mode 100644
index 6cae8e5..0000000
--- a/res/drawable/lock_anim_1.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_11.png b/res/drawable/lock_anim_11.png
deleted file mode 100644
index 35db815..0000000
--- a/res/drawable/lock_anim_11.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_13.png b/res/drawable/lock_anim_13.png
deleted file mode 100644
index d0b8cf0..0000000
--- a/res/drawable/lock_anim_13.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_3.png b/res/drawable/lock_anim_3.png
deleted file mode 100644
index 7e2ba9a..0000000
--- a/res/drawable/lock_anim_3.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_5.png b/res/drawable/lock_anim_5.png
deleted file mode 100644
index 17e3839..0000000
--- a/res/drawable/lock_anim_5.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_7.png b/res/drawable/lock_anim_7.png
deleted file mode 100644
index 1d94a47..0000000
--- a/res/drawable/lock_anim_7.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable/lock_anim_9.png b/res/drawable/lock_anim_9.png
deleted file mode 100644
index d401624..0000000
--- a/res/drawable/lock_anim_9.png
+++ /dev/null
Binary files differ