summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/anim/player_out.xml21
-rw-r--r--res/drawable-hdpi/bg_vidcontrol.pngbin0 -> 9346 bytes
-rw-r--r--res/drawable-hdpi/ic_vidcontrol_pause.pngbin0 -> 1091 bytes
-rw-r--r--res/drawable-hdpi/ic_vidcontrol_play.pngbin0 -> 1498 bytes
-rw-r--r--res/drawable-hdpi/ic_vidcontrol_reload.pngbin0 -> 1940 bytes
-rw-r--r--res/drawable-hdpi/scrubber_knob.pngbin0 -> 2958 bytes
-rw-r--r--res/drawable-mdpi/bg_vidcontrol.pngbin0 -> 5543 bytes
-rw-r--r--res/drawable-mdpi/ic_vidcontrol_pause.pngbin0 -> 835 bytes
-rw-r--r--res/drawable-mdpi/ic_vidcontrol_play.pngbin0 -> 1027 bytes
-rw-r--r--res/drawable-mdpi/ic_vidcontrol_reload.pngbin0 -> 1208 bytes
-rw-r--r--res/drawable-mdpi/scrubber_knob.pngbin0 -> 2132 bytes
-rw-r--r--res/drawable-sw600dp-mdpi/bg_vidcontrol.pngbin0 -> 9346 bytes
-rw-r--r--res/drawable-sw600dp-mdpi/ic_vidcontrol_pause.pngbin0 -> 1091 bytes
-rw-r--r--res/drawable-sw600dp-mdpi/ic_vidcontrol_play.pngbin0 -> 1498 bytes
-rw-r--r--res/drawable-sw600dp-mdpi/ic_vidcontrol_reload.pngbin0 -> 1940 bytes
-rw-r--r--res/drawable-sw600dp-mdpi/scrubber_knob.pngbin0 -> 2958 bytes
-rw-r--r--res/drawable-sw600dp/bg_vidcontrol.pngbin0 -> 14666 bytes
-rw-r--r--res/drawable-sw600dp/ic_vidcontrol_pause.pngbin0 -> 1394 bytes
-rw-r--r--res/drawable-sw600dp/ic_vidcontrol_play.pngbin0 -> 2027 bytes
-rw-r--r--res/drawable-sw600dp/ic_vidcontrol_reload.pngbin0 -> 2694 bytes
-rw-r--r--res/drawable-sw600dp/scrubber_knob.pngbin0 -> 2202 bytes
-rw-r--r--res/drawable-xhdpi/bg_vidcontrol.pngbin0 -> 14666 bytes
-rw-r--r--res/drawable-xhdpi/ic_vidcontrol_pause.pngbin0 -> 1394 bytes
-rw-r--r--res/drawable-xhdpi/ic_vidcontrol_play.pngbin0 -> 2027 bytes
-rw-r--r--res/drawable-xhdpi/ic_vidcontrol_reload.pngbin0 -> 2694 bytes
-rw-r--r--res/drawable-xhdpi/scrubber_knob.pngbin0 -> 2202 bytes
-rw-r--r--res/layout/movie_view.xml20
-rw-r--r--res/values/styles.xml1
28 files changed, 22 insertions, 20 deletions
diff --git a/res/anim/player_out.xml b/res/anim/player_out.xml
new file mode 100644
index 000000000..b6d90d245
--- /dev/null
+++ b/res/anim/player_out.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2011 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
+
+ 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
+ limitations under the License.
+-->
+
+<alpha xmlns:android="http://schemas.android.com/apk/res/android"
+ android:interpolator="@android:anim/linear_interpolator"
+ android:fromAlpha="1.0"
+ android:toAlpha="0.0"
+ android:duration="500"/>
diff --git a/res/drawable-hdpi/bg_vidcontrol.png b/res/drawable-hdpi/bg_vidcontrol.png
new file mode 100644
index 000000000..dfe2da136
--- /dev/null
+++ b/res/drawable-hdpi/bg_vidcontrol.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_vidcontrol_pause.png b/res/drawable-hdpi/ic_vidcontrol_pause.png
new file mode 100644
index 000000000..3d1a8bf5c
--- /dev/null
+++ b/res/drawable-hdpi/ic_vidcontrol_pause.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_vidcontrol_play.png b/res/drawable-hdpi/ic_vidcontrol_play.png
new file mode 100644
index 000000000..cc021667a
--- /dev/null
+++ b/res/drawable-hdpi/ic_vidcontrol_play.png
Binary files differ
diff --git a/res/drawable-hdpi/ic_vidcontrol_reload.png b/res/drawable-hdpi/ic_vidcontrol_reload.png
new file mode 100644
index 000000000..bf8d5299c
--- /dev/null
+++ b/res/drawable-hdpi/ic_vidcontrol_reload.png
Binary files differ
diff --git a/res/drawable-hdpi/scrubber_knob.png b/res/drawable-hdpi/scrubber_knob.png
new file mode 100644
index 000000000..426e3daff
--- /dev/null
+++ b/res/drawable-hdpi/scrubber_knob.png
Binary files differ
diff --git a/res/drawable-mdpi/bg_vidcontrol.png b/res/drawable-mdpi/bg_vidcontrol.png
new file mode 100644
index 000000000..5a5ce5571
--- /dev/null
+++ b/res/drawable-mdpi/bg_vidcontrol.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_vidcontrol_pause.png b/res/drawable-mdpi/ic_vidcontrol_pause.png
new file mode 100644
index 000000000..931907929
--- /dev/null
+++ b/res/drawable-mdpi/ic_vidcontrol_pause.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_vidcontrol_play.png b/res/drawable-mdpi/ic_vidcontrol_play.png
new file mode 100644
index 000000000..8d7cd837b
--- /dev/null
+++ b/res/drawable-mdpi/ic_vidcontrol_play.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_vidcontrol_reload.png b/res/drawable-mdpi/ic_vidcontrol_reload.png
new file mode 100644
index 000000000..51b1f4834
--- /dev/null
+++ b/res/drawable-mdpi/ic_vidcontrol_reload.png
Binary files differ
diff --git a/res/drawable-mdpi/scrubber_knob.png b/res/drawable-mdpi/scrubber_knob.png
new file mode 100644
index 000000000..9205d9c21
--- /dev/null
+++ b/res/drawable-mdpi/scrubber_knob.png
Binary files differ
diff --git a/res/drawable-sw600dp-mdpi/bg_vidcontrol.png b/res/drawable-sw600dp-mdpi/bg_vidcontrol.png
new file mode 100644
index 000000000..dfe2da136
--- /dev/null
+++ b/res/drawable-sw600dp-mdpi/bg_vidcontrol.png
Binary files differ
diff --git a/res/drawable-sw600dp-mdpi/ic_vidcontrol_pause.png b/res/drawable-sw600dp-mdpi/ic_vidcontrol_pause.png
new file mode 100644
index 000000000..3d1a8bf5c
--- /dev/null
+++ b/res/drawable-sw600dp-mdpi/ic_vidcontrol_pause.png
Binary files differ
diff --git a/res/drawable-sw600dp-mdpi/ic_vidcontrol_play.png b/res/drawable-sw600dp-mdpi/ic_vidcontrol_play.png
new file mode 100644
index 000000000..cc021667a
--- /dev/null
+++ b/res/drawable-sw600dp-mdpi/ic_vidcontrol_play.png
Binary files differ
diff --git a/res/drawable-sw600dp-mdpi/ic_vidcontrol_reload.png b/res/drawable-sw600dp-mdpi/ic_vidcontrol_reload.png
new file mode 100644
index 000000000..bf8d5299c
--- /dev/null
+++ b/res/drawable-sw600dp-mdpi/ic_vidcontrol_reload.png
Binary files differ
diff --git a/res/drawable-sw600dp-mdpi/scrubber_knob.png b/res/drawable-sw600dp-mdpi/scrubber_knob.png
new file mode 100644
index 000000000..426e3daff
--- /dev/null
+++ b/res/drawable-sw600dp-mdpi/scrubber_knob.png
Binary files differ
diff --git a/res/drawable-sw600dp/bg_vidcontrol.png b/res/drawable-sw600dp/bg_vidcontrol.png
new file mode 100644
index 000000000..0eb814815
--- /dev/null
+++ b/res/drawable-sw600dp/bg_vidcontrol.png
Binary files differ
diff --git a/res/drawable-sw600dp/ic_vidcontrol_pause.png b/res/drawable-sw600dp/ic_vidcontrol_pause.png
new file mode 100644
index 000000000..4d274c058
--- /dev/null
+++ b/res/drawable-sw600dp/ic_vidcontrol_pause.png
Binary files differ
diff --git a/res/drawable-sw600dp/ic_vidcontrol_play.png b/res/drawable-sw600dp/ic_vidcontrol_play.png
new file mode 100644
index 000000000..6f97a6407
--- /dev/null
+++ b/res/drawable-sw600dp/ic_vidcontrol_play.png
Binary files differ
diff --git a/res/drawable-sw600dp/ic_vidcontrol_reload.png b/res/drawable-sw600dp/ic_vidcontrol_reload.png
new file mode 100644
index 000000000..2aaf4919a
--- /dev/null
+++ b/res/drawable-sw600dp/ic_vidcontrol_reload.png
Binary files differ
diff --git a/res/drawable-sw600dp/scrubber_knob.png b/res/drawable-sw600dp/scrubber_knob.png
new file mode 100644
index 000000000..4e415a2a7
--- /dev/null
+++ b/res/drawable-sw600dp/scrubber_knob.png
Binary files differ
diff --git a/res/drawable-xhdpi/bg_vidcontrol.png b/res/drawable-xhdpi/bg_vidcontrol.png
new file mode 100644
index 000000000..0eb814815
--- /dev/null
+++ b/res/drawable-xhdpi/bg_vidcontrol.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_vidcontrol_pause.png b/res/drawable-xhdpi/ic_vidcontrol_pause.png
new file mode 100644
index 000000000..4d274c058
--- /dev/null
+++ b/res/drawable-xhdpi/ic_vidcontrol_pause.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_vidcontrol_play.png b/res/drawable-xhdpi/ic_vidcontrol_play.png
new file mode 100644
index 000000000..6f97a6407
--- /dev/null
+++ b/res/drawable-xhdpi/ic_vidcontrol_play.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_vidcontrol_reload.png b/res/drawable-xhdpi/ic_vidcontrol_reload.png
new file mode 100644
index 000000000..2aaf4919a
--- /dev/null
+++ b/res/drawable-xhdpi/ic_vidcontrol_reload.png
Binary files differ
diff --git a/res/drawable-xhdpi/scrubber_knob.png b/res/drawable-xhdpi/scrubber_knob.png
new file mode 100644
index 000000000..4e415a2a7
--- /dev/null
+++ b/res/drawable-xhdpi/scrubber_knob.png
Binary files differ
diff --git a/res/layout/movie_view.xml b/res/layout/movie_view.xml
index 6d6b28d1c..bd0415c3a 100644
--- a/res/layout/movie_view.xml
+++ b/res/layout/movie_view.xml
@@ -24,24 +24,4 @@
android:layout_height="match_parent"
android:layout_centerInParent="true" />
- <LinearLayout android:id="@+id/progress_indicator"
- android:orientation="vertical"
- android:layout_centerInParent="true"
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
-
- <ProgressBar android:id="@android:id/progress"
- style="?android:attr/progressBarStyleLarge"
- android:layout_gravity="center"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content" />
-
- <TextView android:paddingTop="5dip"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="@string/loading_video" android:textSize="14sp"
- android:textColor="#ffffffff" />
- </LinearLayout>
-
</RelativeLayout>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index df9fea382..b26c72861 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -35,4 +35,5 @@
<style name="DialogPickerTheme" parent="Theme.Gallery">
</style>
<bool name="picker_is_dialog">false</bool>
+ <color name="darker_transparent">#C1000000</color>
</resources>